File: Changes

package info (click to toggle)
libpod-constants-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 88 kB
  • ctags: 15
  • sloc: perl: 296; makefile: 45
file content (36 lines) | stat: -rw-r--r-- 1,161 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
28
29
30
31
32
33
34
35
36
Revision history for Perl extension Pod::Constants.

0.16  Sun Oct 21 21:55:59 NZDT 2007
	- Lots of boring release engineering.  Imported to git, etc.
	  Removed the debian/ directory.  Updated the license (now not
	  just Artistic)

0.15  Mon Apr  8 19:43:38 BST 2002
	- Really fixed lack of re-entrancy, added test script for same

0.14  Mon Apr  8 17:34:35 BST 2002
        - Fixed lack of re-entrancy
        - Fixed CR/LF handling properly

0.13  Wed Jan 23 16:55:59 GMT 2002
        - Fixed regular expression bug affecting perl
          versions <= 5.005.

0.12  Mon Dec 10 16:21:54 GMT 2001
        - Added add_hook and delete_hook function
        - more details on man page

0.11  Tue Nov 20 18:24:34 GMT 2001
        - Corrected man page, added section on automatic Makefile.PL
          generation

0.10  Sat Nov 10 01:14:00 GMT 2001
        - Added support for importing data into hashes, arrays, and
          processing with closures.
        - not released to world at large (man page incorrect)

0.02  Fri Nov  2 04:15:54 GMT 2001
	- now handles "perl -c Module.pm" properly

0.01  Mon Oct 15 19:39:20 2001
	- original version.  scalars only.