The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CPAN::Test::Dummy::Perl5::VersionDeclare - Dummy CPAN distribution with $VERSION delcared with version.pm

SYNOPSIS

  use CPAN::Test::Dummy::Perl5::VersionDeclare;

DESCRIPTION

CPAN::Test::Dummy::Perl5::VersionDeclare is a dummy CPAN distribution with:

  use version; our $VERSION = version->declare('v0.0.1');

in its VERSION line.

AUTHOR

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

COPYRIGHT

Copyright 2013- Tatsuhiko Miyagawa

LICENSE

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

SEE ALSO