Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: help with versioning modules

by afoken (Chancellor)
on Nov 20, 2020 at 18:59 UTC ( [id://11123918]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
    
        bless $self, $class;
    }
    
  2. or download this
    #!/tool/bin/perl -w
    use strict;
    ...
    use My::Foo 1.0;
    
    printf("version = %s\n", $Foo::VERSION);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-25 02:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found