Sat Dec 5 00:32:50 2009 UTC ()
Note initial addition of p5-Devel-Dumpvar version 1.05 as
devel/p5-Devel-Dumpvar into The NetBSD Packages Collection.

The Perl 5 module Devel::Dumpvar is a pure object-orientated
reimplementation of the perl-debugger's dumpvar.pl functionality.
This makes it a much more versatile version than other dumping
modules focused on serializing data, to use for dumping information
to debug log files or other uses where you don't need to reassemble
the data.


(seb)
diff -r1.4513 -r1.4514 pkgsrc/doc/CHANGES-2009

cvs diff -r1.4513 -r1.4514 pkgsrc/doc/CHANGES-2009 (expand / switch to context diff)
--- pkgsrc/doc/CHANGES-2009 2009/12/04 23:59:35 1.4513
+++ pkgsrc/doc/CHANGES-2009 2009/12/05 00:32:50 1.4514
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.4513 2009/12/04 23:59:35 seb Exp $
+$NetBSD: CHANGES-2009,v 1.4514 2009/12/05 00:32:50 seb Exp $
 
 Changes to the packages collection and infrastructure in 2009:
 
@@ -6058,3 +6058,4 @@
 	Updated devel/p5-Class-Adapter to 1.06 [seb 2009-12-04]
 	Added devel/p5-Class-Unload version 0.05 [seb 2009-12-04]
 	Added devel/p5-Class-XSAccessor-Array version 1.04 [seb 2009-12-04]
+	Added devel/p5-Devel-Dumpvar version 1.05 [seb 2009-12-05]