Module::Changes::ADAMK - Parse a traditional Changes file (as ADAMK interpretes it)


Module-Changes-ADAMK documentation  | view source Contained in the Module-Changes-ADAMK distribution.

Index


NAME

Top

Module::Changes::ADAMK - Parse a traditional Changes file (as ADAMK interpretes it)

SYNOPSIS

Top

  my $changes  = Module::Changes::ADAMK->read('Changes');
  my $latest   = $changes->current;
  my $datetime = $changes->datetime; # DateTime object

DESCRIPTION

Top

This module was written for parsing ADAMK's Changes files (which are a pretty traditional format that might be of us to others).

It is provided to the CPAN community for discussion and testing purposes.

It is currently not documented in detail, see the source code for the API.

SUPPORT

Top

Bugs should be reported via the CPAN bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Module-Changes-ADAMK

AUTHOR

Top

Adam Kennedy <adamk@cpan.org>

COPYRIGHT

Top


Module-Changes-ADAMK documentation  | view source Contained in the Module-Changes-ADAMK distribution.