IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19715 for trunk/Nebulous/lib


Ignore:
Timestamp:
Sep 23, 2008, 2:37:27 PM (18 years ago)
Author:
jhoblitt
Message:

allow ->replicate() volume param to be undef

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Client.pm

    r19497 r19715  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Client.pm,v 1.59 2008-09-11 23:02:23 jhoblitt Exp $
     3# $Id: Client.pm,v 1.60 2008-09-24 00:36:56 jhoblitt Exp $
    44
    55package Nebulous::Client;
     
    191191        {
    192192            # volume
    193             type        => SCALAR,
     193            type        => SCALAR|UNDEF,
    194194            optional    => 1,
    195195        },
Note: See TracChangeset for help on using the changeset viewer.