The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Parse::CVSEntries - parse a CVS/Entries file

SYNOPSIS

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

DEPENDENCIES

This module has external dependencies on the following modules:

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

INSTALLATION

 perl Build.PL
 perl Build test

and if all goes well

 perl Build install

HISTORY

What changed over the last 3 revisions

0.03 Thursday 11th September, 2003
        ->mtime accessor
        backport to 5.00503
        made the Date::Parse dependency explicit
0.02 Thursday 26th June, 2003
        Fixed MANIFEST to include module_build_entries
0.01 Wednesday 25th June, 2003
        Initial CPAN release
=back

AUTHOR

Richard Clamp <richardc@unixbeard.net>

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.

SEE ALSO

File::Find::Rule::CVS, cvs(1)

1 POD Error

The following errors were encountered while parsing the POD:

Around line 55:

You forgot a '=back' before '=head1'