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

0.02 Sat Nov  4 01:34:08 CET 2006

        *** WARNING: INCOMPATIBLES API CHANGES FROM VERSION 0.01 ***

        [ENHANCEMENTS]
        - SVN::Dump->new() now also accepts a filehandle (fh)
          (thanks to clkao, RT ticket #22429)
        - Renamed the record manipulation methods of SVN::Dump::Record to
          set_headers_block()  / get_headers_block(),
          set_property_block() / get_property_block(),
          set_text_block()     / get_text_block(),
          set_included_bloc()  / get_included_block.
        - Added new methods to SVN::Dump::Record to handle the blocks' data:
          set_header()   / get_header(),
          set_property() / get_property(),
          set_text()     / get_text().
        - new helper methods: property_length() and text_length()
        [TESTS]
        - 100% coverage for SVN::Dump too
        [EXAMPLES]
        - eg/svndump_replace_author.pl - replace an author by another in a dump

        *** WARNING: INCOMPATIBLES API CHANGES FROM VERSION 0.01 ***

0.01 Wed Oct 18 18:25:31 CEST 2006
        [FEATURES]
        - SVN::Dump is able to read dumps in version 2 and 3
          and output an identical dump
        [TESTS]
        - 100% coverage for SVN::Dump::Headers, SVN::Dump::Property,
          SVN::Dump::Reader, SVN::Dump::Record, SVN::Dump::Text
        [EXAMPLES]
        - eg/svndump_identidy.pl - read a dump and prints it out
        - eg/svndump_stats.pl    - produces a set of statistic about a dump