File: Changes

package info (click to toggle)
libdevel-dumpvar-perl 1.06-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: perl: 1,551; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Revision history for Perl extension Devel-Dumpvar

1.06 Tue 19 Jan 2010
	- Updating to Module::Install::DSL 0.91
	- Added missing requires_from in Makefile.PL

1.05 Tue 19 May 2009
	- Updating to Module::Install::DSL 0.88
	- Updating Perl version to 5.006 (we use qr)
	- Ended the use of UNIVERSAL:: functions

0.04 Mon 12 Nov 2007
	- Updating to Module::Install 0.68
	- Updating to new author tests
    	- Remove quotes for hash keys.
	- Importing the scalar escaping from dumpvar.pl

0.03 Thu Apr 27 2006
	- Moving from old CVS to new SVN repository
	- Moving installer to Module::Install 0.62
	- Removing all uses of UNIVERSAL::isa

0.02 Thu Aug  5 2004
	- Adding basic CODE support

0.01 Thu Apr  8 2003
	- Adding initial version