8
0

30 Commits

Author SHA256 Message Date
adeacc74e8 Add Gitea build results 2025-08-12 18:12:26 +02:00
47e0c80906 Accepting request 1288086 from devel:languages:perl
- Normalize CPAN version
  See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/request/show/1288086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=21
2025-06-24 18:48:45 +00:00
2716d32b29 Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=29
2025-06-23 21:45:00 +00:00
682de0af8a Accepting request 616706 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/616706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=20
2018-06-29 20:26:24 +00:00
Stephan Kulow
b93e81451a Accepting request 615851 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/615851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=27
2018-06-14 06:42:11 +00:00
cc738e4b7f Accepting request 487657 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/487657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=19
2017-04-20 18:52:32 +00:00
Stephan Kulow
8d8f143120 Accepting request 487159 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/487159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=25
2017-04-12 17:20:46 +00:00
e70e4c4473 Accepting request 314126 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/314126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=18
2015-06-30 08:18:24 +00:00
Stephan Kulow
f368bc7909 Accepting request 314054 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/314054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=23
2015-06-27 19:02:22 +00:00
434ce3dd28 Accepting request 297346 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/297346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=17
2015-04-18 08:40:09 +00:00
Stephan Kulow
f60f397367 Accepting request 297341 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/297341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=21
2015-04-16 20:05:26 +00:00
Stephan Kulow
7a1dc12b3e Accepting request 221603 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/221603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=15
2014-02-11 09:56:15 +00:00
Stephan Kulow
a6e5947f39 - updated to 0.21
- repository moved to the github moose organization

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=19
2014-02-09 15:13:54 +00:00
Stephan Kulow
3053b52c49 Accepting request 178392 from devel:languages:perl
- remove outdated patch perl-Class-Load-old_test_more.patch

OBS-URL: https://build.opensuse.org/request/show/178392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=13
2013-06-13 15:31:30 +00:00
Stephan Kulow
c4b3b69ec4 - remove outdated patch perl-Class-Load-old_test_more.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=17
2013-06-10 14:44:58 +00:00
Stephan Kulow
86e8d4ffdd Accepting request 177362 from devel:languages:perl
- updated to 0.20
  - The load_class() subroutine now returns the class name on success. Requested
    by Caleb Cushing. RT #76931.
  
  - Exceptions and errors from Class::Load no longer contain references to line
    numbers in Class::Load or Module::Runtime. This applies to exceptions thrown
    by load_class, load_first_existing_class, and load_optional_class, as well
    as the error returned by try_load_class.
  
  - Exceptions are now croaked properly so they appear to come from the calling
    code, not from an internal subroutine. This makes the exceptions look more
    like the ones thrown by Perl's require. RT #68663. (forwarded request 177281 from coolo)

OBS-URL: https://build.opensuse.org/request/show/177362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=12
2013-06-05 15:48:42 +00:00
Stephan Kulow
112d492ba9 Accepting request 177281 from home:coolo:update-perl
- updated to 0.20
  - The load_class() subroutine now returns the class name on success. Requested
    by Caleb Cushing. RT #76931.
  
  - Exceptions and errors from Class::Load no longer contain references to line
    numbers in Class::Load or Module::Runtime. This applies to exceptions thrown
    by load_class, load_first_existing_class, and load_optional_class, as well
    as the error returned by try_load_class.
  
  - Exceptions are now croaked properly so they appear to come from the calling
    code, not from an internal subroutine. This makes the exceptions look more
    like the ones thrown by Perl's require. RT #68663.

OBS-URL: https://build.opensuse.org/request/show/177281
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=15
2013-06-04 08:37:26 +00:00
Stephan Kulow
de65b6189b Accepting request 108076 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/108076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=9
2012-03-06 13:05:58 +00:00
Ruediger Oertel
b0acf0da5e - fix build with old Test::More on sle11
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=13
2012-03-01 00:15:47 +00:00
Stephan Kulow
eea6ead04e Accepting request 106270 from devel:languages:perl
- updated to 0.18
 - Require Package::Stash 0.14+. Fixes RT#75095. Reported by Zefram.

OBS-URL: https://build.opensuse.org/request/show/106270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=8
2012-02-21 11:23:23 +00:00
Stephan Kulow
511e06eaad - updated to 0.18
- Require Package::Stash 0.14+. Fixes RT#75095. Reported by Zefram.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=11
2012-02-21 09:07:36 +00:00
Stephan Kulow
4856bc7fa8 Accepting request 104261 from devel:languages:perl
- updated to 0.17
 - A bug in Class::Load caused test failures when Module::Runtime 0.012 was
   used with Perl 5.8.x. Reported by Zefram. RT#74897. ( Jesse Luehrs )
 
 - Require Module::Runtime 0.012, which has a number of useful bug fixes.
 
 - Small test changes to accomodate latest version of
   Module::Implementation. There's no need to upgrade if you're already using
   0.14
 
 - Use Module::Implementation to handle loading the XS or PP versions of the
   code. Using this module fixes a few bugs.
 
 - Under taint mode, setting an implementation in the CLASS_LOAD_IMPLEMENTATION
   env var caused a taint error.
 
 - An invalid value in the CLASS_LOAD_IMPLEMENTATION env var is now detected
   and reported immediately. No attempt is made to load an invalid
   implementation.
 
 - Fix some bugs with our use of Try::Tiny. This could cause warnings on some
   systems with Class::Load::XS wasn't installed. Fixes RT#72345.

OBS-URL: https://build.opensuse.org/request/show/104261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=7
2012-02-16 15:21:21 +00:00
Stephan Kulow
77813add83 - updated to 0.17
- A bug in Class::Load caused test failures when Module::Runtime 0.012 was
   used with Perl 5.8.x. Reported by Zefram. RT#74897. ( Jesse Luehrs )
 
 - Require Module::Runtime 0.012, which has a number of useful bug fixes.
 
 - Small test changes to accomodate latest version of
   Module::Implementation. There's no need to upgrade if you're already using
   0.14
 
 - Use Module::Implementation to handle loading the XS or PP versions of the
   code. Using this module fixes a few bugs.
 
 - Under taint mode, setting an implementation in the CLASS_LOAD_IMPLEMENTATION
   env var caused a taint error.
 
 - An invalid value in the CLASS_LOAD_IMPLEMENTATION env var is now detected
   and reported immediately. No attempt is made to load an invalid
   implementation.
 
 - Fix some bugs with our use of Try::Tiny. This could cause warnings on some
   systems with Class::Load::XS wasn't installed. Fixes RT#72345.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=9
2012-02-13 08:59:54 +00:00
Stephan Kulow
5a0d55d162 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=6
2011-12-06 17:38:42 +00:00
OBS User buildservice-autocommit
0547360fb0 Updating link to change in openSUSE:Factory/perl-Class-Load revision 6.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=13324ac80a99235fcd650d5e42d50c01
2011-12-06 17:38:42 +00:00
Stephan Kulow
d26673ef3a Accepting request 94309 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/94309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=5
2011-11-29 16:17:39 +00:00
Lars Vogdt
e82f5bcfbf - update to 0.12:
+ Depend on Module::Runtime 0.011+. This fixes problems with 
    Catalyst under Perl 5.8 and 5.10.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=6
2011-11-29 10:01:43 +00:00
Stephan Kulow
f105e1870e Accepting request 91036 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/91036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=4
2011-11-16 16:20:12 +00:00
Sascha Peilicke
b8c0948cc1 Autobuild autoformatter for 65168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=2
2011-03-25 08:15:18 +00:00
Sascha Peilicke
9c7cc8ed90 Accepting request 65168 from devel:languages:perl
Accepted submit request 65168 from user babelworx

OBS-URL: https://build.opensuse.org/request/show/65168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Load?expand=0&rev=1
2011-03-25 08:15:07 +00:00