IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2008, 4:18:47 PM (18 years ago)
Author:
jhoblitt
Message:

start of inversion of soft volume semantics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Keys.pm

    r18451 r19431  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Keys.pm,v 1.2 2008-07-09 23:32:35 jhoblitt Exp $
     3# $Id: Keys.pm,v 1.3 2008-09-09 02:18:47 jhoblitt Exp $
    44
    55package Nebulous::Keys;
     
    88use warnings FATAL => qw( all );
    99
    10 our $VERSION = '0.01';
     10our $VERSION = '0.02';
    1111
    1212use base qw( Exporter Class::Accessor::Fast );
     
    9999    my $soft_volume;
    100100    # check to see if there is a tilde and remove it if found
    101     if (defined $volume and $volume =~ s/^~//) {
     101    unless (defined $volume and $volume =~ s/^~//) {
    102102        $soft_volume = 1;
    103103    }
Note: See TracChangeset for help on using the changeset viewer.