IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2005, 5:03:30 PM (22 years ago)
Author:
jhoblitt
Message:

suppress warnings

File:
1 edited

Legend:

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

    r2898 r2900  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
     3# $Id: Server.pm,v 1.3 2005-01-05 03:03:30 jhoblitt Exp $
    44
    55package PS::IPP::IData::Server;
     
    618618
    619619sub _get_storage_volume {
    620     $log->debug( "entered - @_" );
     620    no warnings qw( uninitialized );
     621    $log->debug( "entered - @_" );
     622    use warnings;
    621623
    622624    my $name = shift;
Note: See TracChangeset for help on using the changeset viewer.