README for Parse::CVSEntries 0.03

=head1 NAME

Parse::CVSEntries - parse a CVS/Entries file

=head1 SYNOPSIS

my $parsed = Parse::CVSEntries->new( 'CVS/Entries' );
for my $entry ($parsed->entries) {
    print $entry->name, " ", $entry->version, "\n";
}


=head1 DEPENDENCIES

This module has external dependencies on the following modules:

Class::Accessor::Fast
Date::Parse
Test::More

=head1 INSTALLATION

perl Build.PL
perl Build test

and if all goes well

perl Build install

=head1 HISTORY

What changed over the last 3 revisions

=over

=item 0.03      Thursday 11th September, 2003

       ->mtime accessor
       backport to 5.00503
       made the Date::Parse dependency explicit


=item 0.02      Thursday 26th June, 2003

       Fixed MANIFEST to include module_build_entries


=item 0.01      Wednesday 25th June, 2003

       Initial CPAN release
=back

=head1 AUTHOR

Richard Clamp <[email protected]>

=head1 COPYRIGHT

Copyright (C) 2003 Richard Clamp.  All Rights Reserved.

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

=head1 SEE ALSO

L<File::Find::Rule::CVS>, cvs(1)