Accepting request 296412 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296412
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-MinimumVersion?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2015-04-15 09:17:07 +00:00
committed by Git OBS Bridge
parent b885d7ddfc
commit 4808caa289
5 changed files with 64 additions and 33 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Apr 14 19:50:12 UTC 2015 - coolo@suse.com
- updated to 1.38
see /usr/share/doc/packages/perl-Perl-MinimumVersion/Changes
-------------------------------------------------------------------
Tue Apr 14 19:50:11 UTC 2015 - coolo@suse.com
- updated to 1.28
see /usr/share/doc/packages/perl-Perl-MinimumVersion/Changes
1.28 Wed 2 Mar 2011
- The ->isa in the 5.10 operator and magic variable tests were
back the front, breaking both. Fixed (ADAMK)
- Magic variable rules now check using ->symbol method instead of
->content so that $+{foo} are correctly treated like %+ (ADAMK)
- Removed -w from tests to allow testing with Tainting on (ADAMK)
1.27 Sat 26 Feb 2011
- Updating to Module::Install::DSL 1.00
- Updating copyright year
- Fix detection of binary numbers (Alexandr Ciornii)
- Add check for variables added in 5.5 (Alexandr Ciornii)
- Correct detection of different cases of '...' (Alexandr Ciornii)
- Detection of bareword that ends with double colon (Alexandr Ciornii)
-------------------------------------------------------------------
Sat Jan 22 19:40:20 UTC 2011 - coolo@novell.com