Module::Build::DistVersion version 0.04, released December 24, 2010

THIS MODULE IS DEPRECATED. I'm now using Dist::Zilla (and Dist::Zilla::Plugin::TemplateCJM) instead.

This is a subclass of Module::Build intended for module authors. It modifies the distdir action to collect the version number and release date from the official locations and distribute them to the other places they should appear.

Only the module maintainer (who creates distribution files and uploads them to CPAN) needs to install Module::Build::DistVersion. Users who simply want to install the module only need to have the normal Module::Build installed.

INSTALLATION

To install this module, run the following commands:

        perl Build.PL
        ./Build
        ./Build test
        ./Build install

DEPENDENCIES

Package Minimum Version


perl 5.8.0
File::Glob
File::Spec
Module::Build 0.28
Template 2
Tie::File

CHANGES

Here's what's new in version 0.04 of Module::Build::DistVersion: (See the file "Changes" for the full revision history.)

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Christopher J. Madsen.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.