NAME

VCS::Rcs::Parser - Perl extension for RCSfile Parsing

SYNOPSIS

use VCS::Rcs::Parser;

# Read a *,v file into $text
$text = do {local $/; <>};

my $rcs = VCS::Rcs::Parser->new(\$text);

print $rcs->co(rev => '1.1');

DESCRIPTION

Reads a ',v' RCS revisions file and checks out every revision into core. There will be more documentation soon.

AUTHOR

Ziya Suzen, ziya@ripe.net

SEE ALSO

perl(1).