Revision history for Perl extension SVN::Dumpfilter. 0.14 2008-04-15 21:28:14 +0100 (Tue, 15 Apr 2008) - tests: Changed to Test::More and added a lot of tests. - Dumpfile.pm: * Recoded some lines for correct coverage results. * Changed create() so it uses a given filehandle directly as output. - Properties.pm: Renamed remove() to del(). Fixed a bug ('==' => 'eq'). 0.13 2008-04-14 17:01:06 +0100 (Mon, 14 Apr 2008) - Dumpfile.pm: * open() is now also a class method and returns an object reference. * If the strings 'STDIN' or 'STDOUT' are given as input or output filenames STDIN or STDOUT is selected, respectively. - Makefile.PL: Updated depend list. 0.12 2008-04-14 12:13:38 +0100 (Mon, 14 Apr 2008) - Content.pm, Header.pm, Properties.pm, Node.pm: Added POD documentation. Other minor changes. - Dumpfile.pm: Implemented correct usage of STDIN and STDOUT if no filename or '-' - is given. - t/trough.pl: Created STDIN to STDOUT test script. - Dumpfile.pm: Added POD documentation. Some changes to open, create and close. 0.11 2008-04-13 17:12:25 +0100 (Sun, 13 Apr 2008) - Node.pm: Added as_string method. - t/12strings.t: Created test script for node->as_string. - t/*.t: Added code to make tests work under all eol styles. - Added/changed handle safety test for all write() methods. - Dumpfile.pm: Modified new() to work on existing instance, too. 0.10 2008-04-12 17:27:58 +0100 (Sat, 12 Apr 2008) - Content.pm: Fixed warning caused in length() when content was undef. - 11savelc.t: Created tests for content load from/save to file. - Properties.pm: Added load and save methods for property files. - t/10savelp.t: Created tests for load/save. - t/01newrev.t: Minor changes. 0.09 2008-04-12 14:48:03 +0100 (Sat, 12 Apr 2008) - Dumpfile/Node.pm: Added has_properties, has_content, recoded newrev(). Renamed headers() to header(). - t/01newrev.t: Created tests for newrev. 0.08 2008-04-11 19:23:56 +0100 (Fri, 11 Apr 2008) - Header.pm, Properties.pm: Arguments can now also be given as hash ref, array ref (to preserve given order) or as list holding key/value pairs. - 00new.t: Added tests for array ref arguments and for different constructors. - Node.pm, Header.pm, Content.pm, Properties.pm: Fixed all bugs found during test. 0.07 2008-04-08 09:56:17 +0100 (Tue, 08 Apr 2008) - Added posibility to give options to new as array, array ref, hash ref or as scalar which gives the filename. t/00new.t: Created basic file for test to create new Dumpfile. 0.06 2008-04-08 09:37:39 +0100 (Tue, 08 Apr 2008) - Changed access methods for version and uuid. Added aliases 'get_node' and 'next_node' for 'read_node'. 0.05 2008-04-06 22:46:06 +0100 (Sun, 06 Apr 2008) - Added newrev method for Node to generate revision node. 0.04 2008-04-06 22:14:20 +0100 (Sun, 06 Apr 2008) - Added recalc, length and other methods. - Added use of binmode and 'use bytes' to get correct byte number - with length in unicode files. 0.03 2008-04-06 20:13:00 +0100 (Sun, 06 Apr 2008) - Finished OO redesign for in-/output. Recalc function still missing. 0.02 2008-04-04 22:19:31 +0100 (Fri, 04 Apr 2008) - Imported non-OO source from old SVN::Dumpfilter. 0.01 Mon Jul 31 12:36:48 2006 - original version; created by h2xs 1.23 with options -b 5.6.1 -AX SVN::Dumpfilter