-
Wed Sep 04 2013 Paul Howarth <paul@city-fan.org> - 0.32-1
- Update to 0.32
- Don't include cached results
- Fix handling module beginning with v and pragma with version
- Recognize "use parent"
-
Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 0.31-2
- Perl 5.18 rebuild
-
Fri May 31 2013 Paul Howarth <paul@city-fan.org> - 0.31-1
- Update to 0.31
- Support use Foo::Bar (); etc. (CPAN RT#50723)
- "use" after statement with trailing comment was ignored (CPAN RT#71761)
- Fixed the Pod::Simple encoding issue
- Fix incorrect regexp (ref gh-5)
- Avoid regex features introduced only in later perl (close gh-5)
- Use plan() instead of done_testing() (ref gh-5)
- Add support for bareword leading hyphyen, in-place arrayref and hashref
- Proper version number for older releases in Changes file
-
Thu Apr 18 2013 Paul Howarth <paul@city-fan.org> - 0.30-1
- Update to 0.30
- Add accessors and tests for _in_eval/_out_of_eval
- Reworked 80_failing.t to TODO tests
- Added more require-in-string corner test cases
- Fix the case for eval["']expr["'] and add regression tests
-
Mon Feb 25 2013 Paul Howarth <paul@city-fan.org> - 0.29-1
- Update to 0.29
- Fixed regex to filter use/require (CPAN RT#83569)
-
Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
Tue Aug 21 2012 Paul Howarth <paul@city-fan.org> - 0.28-1
- Update to 0.28
- Whitespace in use base is valid
-
Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
Sat Jun 16 2012 Petr Pisar <ppisar@redhat.com> - 0.27-3
- Perl 5.16 rebuild