GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Test::CPAN::Changes(3) User Contributed Perl Documentation Test::CPAN::Changes(3)

Test::CPAN::Changes - Validation of the Changes file in a CPAN distribution

    use Test::More;
    eval 'use Test::CPAN::Changes';
    plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
    changes_ok();

This module allows CPAN authors to write automated tests to ensure their changelogs match the specification.

Simple wrapper around "changes_file_ok". Declares a four test plan, and uses the default filename of "Changes".

Checks the contents of the changes file against the specification. No plan is declared and if the filename is undefined, "Changes" is used.

%arg may include a version entry, in which case the entry for that version must exist and have content. This is useful to ensure that the version currently being released has documented changes.

  • CPAN::Changes::Spec
  • CPAN::Changes

Brian Cassidy <bricas@cpan.org>

Copyright 2011-2013 by Brian Cassidy

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

2015-06-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.