mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
5bef5ad747
This module follow the semantics used in the reference document: * A dump is a collection of records (SVN::Dump::Record objects). * A record is composed of a set of headers (a SVN::Dump::Headers object), a set of properties (a SVN::Dump::Property object) and an optional bloc of text (a SVN::Dump::Text object). * Some special records (delete records with a Node-kind header) recursively contain included records. WWW: http://search.cpan.org/dist/SVN-Dump/
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
%%SITE_PERL%%/SVN/Dump.pm
|
|
%%SITE_PERL%%/SVN/Dump/Headers.pm
|
|
%%SITE_PERL%%/SVN/Dump/Property.pm
|
|
%%SITE_PERL%%/SVN/Dump/Reader.pm
|
|
%%SITE_PERL%%/SVN/Dump/Record.pm
|
|
%%SITE_PERL%%/SVN/Dump/Text.pm
|
|
@dirrmtry %%SITE_PERL%%/SVN/Dump
|
|
@dirrmtry %%SITE_PERL%%/SVN
|