Home > p5-devel-dumpversion

p5-devel-dumpversion

P5-devel-dumpversion is a project mainly written in Perl, it's free.

Devel::DumpVersion

This is Perl module Devel::DumpVersion.

INSTALLATION

Devel::DumpVersion installation is straightforward. If your CPAN shell is set up, you should just be able to do

% cpan Devel::DumpVersion

Download it, unpack it, then build it as per the usual:

% perl Makefile.PL
% make && make test

Then install it:

% make install

DOCUMENTATION

Devel::DumpVersion documentation is available as in POD. So you can do:

% perldoc Devel::DumpVersion

to read the documentation online with your favorite pager.

Tokuhiro Matsuno