File: Changes

package info (click to toggle)
libxml-parser-lite-perl 0.722-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 104 kB
  • sloc: perl: 238; xml: 90; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,711 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
Revision history for Perl module XML::Parser::Lite

0.722 2018-08-19 PHRED
    - Remove unnecessary tests [github/paultcochrane for all]
    - Fix link to dist repo
    - Added continuous integration configurations
    - Minor fixes and cosmetic changes to make code adhere better to current
      Perl best practices
    - Documentation fixes

0.721 2015-05-26 PHRED
    - Developer release (with PHRED's permission) to test changes
    - Refactored t/37-mod_xmlrpc.t to make the modules it uses optional,
      using Test::Requires. RT#91434
    - Specified required versions of XMLRPC::Lite and XMLRPC::Test. GH#4
    - Specified min perl version of 5.006 in Lite.pm and dist metadata
    - Fixed RT#98635 - skip the planned number of tests
    - Changed copyright to refer to XML::Parser::Lite rather than SOAP::Lite
      (XML::Parser::Lite was forked from SOAP::Lite - see 0.717 below).
      RT#92756
    - Set PREREQ_PM, TEST_REQUIRES, and CONFIGURE_REQUIRES depending on
      whether your version of ExtUtils::MakeMaker supports them.
    - Doc tweaks: improved abstract, first paragraph of DESCRIPTION
      and the SEE ALSO section.
    - Added license type 'perl' to dist metadata, to match the doc.
    - Updated this file (Changes) to follow CPAN::Changes::Spec

0.720_01 2015-05-13 NEILB
    - Developer release with all the changes subsequently released in 0.721.

0.720 2014-09-15 PHRED
    - RT 96206 - add README
    - RT 96209 - add links to other parsers

0.719 2013-12-02 PHRED
    - RT 90873 - restore test suite

0.718 2013-11-26 PHRED
    - add skips for some dependencies
    - https://rt.cpan.org/Ticket/Display.html?id=87604

0.717 2013-05-16 PHRED
	- forked from SOAP::Lite 0.716