~ubuntu-branches/ubuntu/trusty/libversion-perl/trusty

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-01-09 14:44:58 UTC
  • mfrom: (7.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20140109144458-35u0eijdn1ed62w0
Tags: 1:0.9906-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - debian/control: Build-depend on locales rather than locales-all.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
5.10.0 to segfault.  As long as some module calls 'use version', then the
10
10
replacement code will take effect and Perl will not crash.
11
11
 
 
12
 
 
13
Major Changes in 0.9906 - 2014-01-04
 
14
=====================================
 
15
Applied C89 compatibility fix from Karl Williamson to vxs.inc.  Added back
 
16
support for $version::LAX and $version::STRICT to resolve:
 
17
 
 
18
    https://rt.cpan.org/Ticket/Display.html?id=91858
 
19
 
 
20
Major Changes in 0.9905 - 2014-01-04
 
21
=====================================
 
22
Major rewrite of XS code to permit easier inclusion in core Perl (mostly 
 
23
written by Father Chrysostomos <sprout@cpan.org>).  XS code is no longer
 
24
supported for any Perl < v5.10, although the pure Perl code still works
 
25
going back to 5.005_04.
 
26
 
 
27
In addition, the version::vpp class is now completely independent and can
 
28
be use'd exactly like the base version class.  It is still better to use
 
29
the base class for compatibility purposes.
 
30
 
12
31
Major Changes in 0.9904 - 2013-08-20
13
32
=====================================
14
33
Final upstream changes from bleadperl.  Resolves RT tickets: