IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2007, 3:04:56 PM (19 years ago)
Author:
jhoblitt
Message:

s/URI::file/URI/g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/bin/neb-addvol

    r12970 r12972  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: neb-addvol,v 1.2 2007-04-24 00:56:30 jhoblitt Exp $
     5# $Id: neb-addvol,v 1.3 2007-04-24 01:04:55 jhoblitt Exp $
    66
    77use strict;
     
    5151print "Checking URI...";
    5252
    53 my $path = URI::file->new($uri)->file;
     53my $path = URI->new($uri)->file;
    5454unless (-d $path) {
    5555    die "path: $path dirived from URI: $uri does not exist";
Note: See TracChangeset for help on using the changeset viewer.