Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: ExtUtils::ModuleMaker

by Dog and Pony (Priest)
on Jun 11, 2002 at 15:32 UTC ( [id://173518]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    compact => 1,
    
  2. or download this
    my $dir_name = $module_name;
    $dir_name =~ s/::/-/g;
    ...
    print STDERR "renaming '$dir_name' to '$dir_name-$version'\n"; 
    rename $dir_name, "$dir_name-$version" 
        or warn "Could not rename '$dir_name' to '$dir_name-$version': $!"
    +;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://173518]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-23 18:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found