Dist::Zilla::Plugin::OurDate - no line insertion and does Package release date with our
This document describes version 0.03 of Dist::Zilla::Plugin::OurDate (from Perl distribution Dist-Zilla-Plugin-OurDate), released on 2015-07-04.
in dist.ini
[OurDate] ; optional, default is '%Y-%m-%d' date_format='%Y-%m-%d'
in your modules
# DATE
or
our $DATE = '2014-04-16'; # DATE
This module is like Dist::Zilla::Plugin::OurVersion except that it inserts release date $DATE instead of $VERSION.
$DATE
$VERSION
Comment/directive below __DATA__ or __END__ will not be replaced.
__DATA__
__END__
Dist::Zilla
Please visit the project's homepage at https://metacpan.org/release/Dist-Zilla-Plugin-OurDate.
Source repository is at https://github.com/perlancar/perl-Dist-Zilla-Plugin-OurDate.
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-OurDate
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
perlancar <perlancar@cpan.org>
This software is copyright (c) 2015 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install Dist::Zilla::Plugin::OurDate, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Dist::Zilla::Plugin::OurDate
CPAN shell
perl -MCPAN -e shell install Dist::Zilla::Plugin::OurDate
For more information on module installation, please visit the detailed CPAN module installation guide.