File: Changes

package info (click to toggle)
perl 5.8.4-8sarge6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 58,128 kB
  • ctags: 31,422
  • sloc: perl: 224,262; ansic: 155,398; sh: 32,253; pascal: 7,747; lisp: 6,121; makefile: 2,341; cpp: 2,035; yacc: 1,019; java: 23
file content (81 lines) | stat: -rw-r--r-- 1,891 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Revision history for Perl extension Filter::Simple

0.01  Tue Sep 19 20:18:44 2000
	- original version; created by h2xs 1.18

0.01	Tue Sep 26 09:30:14 2000

	- Changed module name to Filter::Simple


0.60	Wed May  2 07:38:18 2001

	- Fixed POD nit (thanks Dean)

	- Added optional second argument to import to allow
	  terminator to be changed (thanks Brad)

	- Fixed bug when empty filtered text was appended to (thanks Brad)

	- Added FILTER as the normal mechanism for specifying filters


0.61	Mon Sep  3 08:25:21 2001

	- Added a real test suite (thanks Jarkko)

	- Changed licence to facilitate inclusion in
	  core distribution

	- Added documentation for using F::S and Exporter together


0.70	Wed Nov 14 23:36:18 2001

	- Added FILTER_ONLY for fine-grained filtering of code,
	  strings, or regexes

	- Fixed document snafu regarding optional terminators

	- Fixed bug so that FILTER now receives *all* import args
	  (i.e. including the class name in $_[0])

	- Allowed default terminator to allow comments embedded in it
	  (thanks, Christian) and to handle __DATA__ and __END__

	- Fixed handling of __DATA__ and *DATA


0.75	Fri Nov 16 14:36:07 2001

	- Corified tests (thanks Jarkko)

	- Added automatic preservation of existing &import subroutines

	- Added automatic preservation of Exporter semantics 


0.76	Fri Nov 16 15:08:42 2001

	- Modified call to explicit &import so as to be invoked in original 
	  call context


0.77	Sat Nov 24 06:48:47 2001

	- Re-allowed user-defined terminators to be regexes


0.78	Fri May 17 09:38:56 2002

	- Re-corified test modules in line with Jarkko's new scheme

	- Various POD nits unknitted (thanks Autrijus)

	- Added the missing DotsForArrows.pm demo file (thanks Autrijus)

	- Added support for Perl 5.005

	- added prereq for Text::Balanced in Makefile.PL

	- Added note about use of /m flag when using ^ or $ in filter regexes