Changelog for
perl-Sub-Uplevel-0.2800-1.25.noarch.rpm :
* Fri Sep 14 2018 pmonrealgonzalezAATTsuse.com- update to 0.2800 - No changes from 0.2700-TRIAL- 0.2700 2017-03-30 10:09:46-04:00 America/New_York (TRIAL RELEASE) [Fixed] - Tests now work if \'.\' is not in AATTINC- 0.2600 2016-08-05 10:46:37-04:00 America/New_York - No changes from 0.2501-TRIAL- 0.2501 2016-07-29 16:18:45-04:00 America/New_York (TRIAL RELEASE) [Internal] - Optimized calls to caller()- 0.25 2015-01-26 20:32:52-05:00 America/New_York [Fixed] - fixed: 00-compile.t failures under Windows (bug #98230). The 00-compile.t file has been moved to a release test and is no longer shipped. [Michael Gray] [Meta] - moved bug tracker to Github - updated repo files explaining how to contribute - enabled Travis CI- Cleaned with spec-cleaner
* Mon Apr 15 2013 idonmezAATTsuse.com- Add Source URL, see https://en.opensuse.org/SourceUrls
* Wed Feb 22 2012 vcizekAATTsuse.com- update to 0.24 - fixed: additional test regex fixed - fixed: Perl 5.15 series Carp changes output format of messages (adds a period). This fixes the test regular expressions. [Andreas Koenig] - added: the $Sub::Uplevel::CHECK_FRAMES global constant to enable the frame depth checking and compile it out if not needed. [Adam Kennedy]
* Fri Nov 18 2011 cooloAATTsuse.com- use original .tar.gz
* Tue Nov 30 2010 cooloAATTnovell.com- switch to perl_requires macro
* Wed Aug 11 2010 chrisAATTcomputersalat.de- update to 0.22 - meta: added repository to metadata [Alexandr Ciornii]- 0.21_01 Sat Nov 29 15:24:49 EST 2008 - added: the \":aggressive\" tag may be used to force reloading of Exporter, which often binds caller() prior to Sub::Uplevel\'s global override- recreated by cpanspec 1.78 o change to Build.PL- fix version mismatch o http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/ perl modules normaly use \"decimal versioning\", but for rpm we need \"decimal dotted versioning\", hence the decimal 0.22 has to be normalized to decimal dotted 0.220.0 perl -e \"print version->new(0.22)->normal\" | sed \"s/v//\" o without doing this (latest) 0.22 < 0.2002 (previous) normalized: 0.220.0 > 0.200.200- noarch pkg
* Sun Dec 20 2009 jengelhAATTmedozas.de- enable parallel build
* Sat Jul 25 2009 chrisAATTcomputersalat.de- spec mods
* removed ^----------
* removed ^#---------
* Wed Jul 01 2009 chrisAATTcomputersalat.de- added perl-macros o autogen filelist with perl_gen_filelist- spec mods o added header o fixed deps
* Fri Sep 12 2008 anickaAATTsuse.cz- update to 0.2002
* changed: removed Exporter dependency
* test fix: fixed strange t/07_uplevel_too_high.t fail on Win32