The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pod::Weaver::Section::Changes - Add a CHANGES POD section

VERSION

This document describes version 0.04 of Pod::Weaver::Section::Changes (from Perl distribution Pod-Weaver-Section-Changes), released on 2015-04-01.

SYNOPSIS

In your weaver.ini:

 [Changes]

DESCRIPTION

This plugin inserts Changes entries to POD section CHANGES. I used to think this is a good idea because I can look at the module's Changes history right from the POD. I've since repented :-)

Changes is parsed using CPAN::Changes and markup in text entries are currently assumed to be POD too.

SEE ALSO

Pod::Weaver

CPAN::Changes

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Pod-Weaver-Section-Changes.

SOURCE

Source repository is at https://github.com/perlancar/perl-Pod-Weaver-Section-Changes.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Pod-Weaver-Section-Changes

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.

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

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.

CHANGES

Version 0.04 (2015-04-01)

  • Use the weaver plugin to self, for testing.

  • Remove Moose::Autobox and Log::Any.

Version 0.03 (2014-04-01)

  • No functional changes.

  • [build] Fix incomplete list of dependencies [RT#103181].

Version 0.02 (2012-07-31)

  • Add config: exclude_files & exclude_modules.

Version 0.01 (2012-07-31)

  • First release.