File: Changes

package info (click to toggle)
libpoe-filter-xml-perl 1.140700-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 472; makefile: 2
file content (92 lines) | stat: -rw-r--r-- 2,990 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
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
82
83
84
85
86
87
88
89
90
91
92
Revision history for POE-Filter-XML: 1.140700

1.140700  2014-03-11 22:58:37 Europe/Amsterdam
        Remove all bullshit related to MooseX::Declare
        Fix annoying bug in toString picking up Moose attributes


1.102960  2010-10-23 01:35:46 America/Chicago
        Fix issues with not_streaming
        Deprecation warning for ALL CAPS parameters improved
        Add a test for the not_streaming functionality
        Clean up some trailing whitespace

1.102800  2010-10-07 03:08:23 America/Chicago
        Overhaul internals to use MooseX::Declare
        Remove Utils.pm (No one should be using it)
        Redo documentation using Pod::Weaver
        Remove all 5.10isms (should be clean wherever MXD runs)
        Distribution now controlled by Dist::Zilla

2009-04-18 NPEREZ <nperez@cpan.org>

	* Version 0.38
	* Alter tests because of incoming smart match changes in blead perl

2009-04-18 NPEREZ <nperez@cpan.org>

	* Version 0.37
	* Remove dependency on Class::InsideOut
	* Remove dependency on Filter::Template
	* Node is now using fieldhash + state
	* Repo is now hosted at github

2009-04-06 NPEREZ <nperez@cpan.org>

	* Version 0.36
	* fixed a bug dealing with subclassing PFX::Node further

2009-01-04 NPEREZ <nperez@cpan.org>

	* Version bumped to 0.35
	* XML::LibXML support complete
	* Node completely rewritten to be based on LibXML::Element
	* Actual tests added for the filter, node, etc
	* Documentation updated to reflect these major changes
	* No more Makefile.PL

2008-12-31 NPEREZ <nperez@cpan.org>

	* No version
	* Implement initial XML::LibXML port

2007-04-19 NPEREZ <nperez@cpan.org>

	* Version bumped to 0.34
	* Added support for multiple single document parsing (ie. XMLRPC)
	* Changed internal structure to be arrayref based
	* Provided arguments must be named pairs (ie NOTSTREAMING => 1)

2007-01-19 NPEREZ <nperez@cpan.org>

	* Version bumped to 0.33 (in all modules so everything matches)
	* Add definedness checks for a couple of more items in Utils

2006-12-16 NPEREZ <nperez@cpan.org>

	* Version bumpted to 0.32 (I know, I skipped one)
	* rt.cpan.org #23668: Add a check for defined-ness for encode/decode
	* Thanks to David Davis <xantus@xantus.org> for bug submit

2006-10-26 NPEREZ <nperez@cpan.org>

	* Version bumped to 0.30
	* rt.cpan.org #22290: attribute values are properly encoded/decoded
	* rt.cpan.org #22291: attribute values are properly encoded/decoded
	* rt.cpan.org #22288: behavior made consistent on reset() and reset()
		has been moved to an internal method automagically called
	* rt.cpan.org #22427: now we subclass POE::Filter to make
		Filter::Stackable happy.
	* encode/decode moved out to Utils
	* Thanks to Eric Waters <ewaters@uarc.com> for bug submits

2006-04-30 NPEREZ <nperez@cpan.org>

	* Version bumped to 0.29
	* Clean up some more POE::Preprocessor leftovers

2006-04-30 NPEREZ <nperez@cpan.org>

	* Version bumped to 0.28
	* '0' in CDATA logic error corrected
	* Transition from MakeMaker to Module::Build