Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^4: Don’t Repeat Your… version number

by liz (Monsignor)
on Jul 24, 2006 at 06:17 UTC ( [id://563195]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Don’t Repeat Your… version number
in thread Don’t Repeat Your… version number

Devel::Required 0.07 now on its way to CPAN. It includes support for (assuming your module's version is 1.01) automatically replacing:
Version:
with:
Version: 1.01
in README type text files, and:
=head1 VERSION
with:
=head1 VERSION This documentation describes version 1.01.
in pod type files (such as your module's source) each time your run "perl Makefile.PL". The version information is automatically obtained form the generated "Makefile", so it automatically uses any heuristics that ExtUtils::MakeMaker uses. For more information, see the pod of Devel::Required.

For the people who can't wait until it is replicated all over the world, you can get a copy from my own CPAN directory

Have fun!

Liz.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found