Commit Graph

  • afdc28150a Add Gitea build results main Adam Majer 2025-08-12 18:12:11 +02:00
  • 25a4ff9fdb Accepting request 1235420 from devel:languages:perl:autoupdate Tina Müller 2025-01-09 16:29:53 +00:00
  • c26369b30b Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details Tina Müller 2024-08-24 22:28:59 +00:00
  • 1d0c042bb2 Accepting request 1101204 from devel:languages:perl:autoupdate Dirk Stoecker 2023-07-28 16:25:03 +00:00
  • 04c49a9579 Accepting request 1037658 from devel:languages:perl:autoupdate Stephan Kulow 2022-11-24 16:40:31 +00:00
  • af11f82dfc Accepting request 990979 from devel:languages:perl:autoupdate Stephan Kulow 2022-07-28 12:39:11 +00:00
  • c289dd1499 Accepting request 834117 from devel:languages:perl:autoupdate Dirk Stoecker 2020-09-14 10:55:34 +00:00
  • 4267ea7a89 Accepting request 766259 from devel:languages:perl:autoupdate Dirk Stoecker 2020-01-23 09:00:03 +00:00
  • 8036d42f8d Accepting request 667112 from devel:languages:perl:autoupdate Stephan Kulow 2019-01-19 18:44:09 +00:00
  • 62bcdf2270 Accepting request 655734 from devel:languages:perl:autoupdate Dirk Stoecker 2018-12-06 15:37:06 +00:00
  • 83a9fc3657 Accepting request 647175 from devel:languages:perl:autoupdate Dirk Stoecker 2018-11-08 15:32:58 +00:00
  • ce9e5eb766 Accepting request 640409 from devel:languages:perl:autoupdate Dirk Stoecker 2018-10-07 14:09:40 +00:00
  • 27244c48ea Accepting request 492393 from devel:languages:perl:autoupdate Stephan Kulow 2017-05-02 06:28:39 +00:00
  • dc43dfccca Accepting request 447133 from devel:languages:perl:autoupdate Stephan Kulow 2016-12-21 07:52:14 +00:00
  • a62914dfed Accepting request 415195 from devel:languages:perl:autoupdate Stephan Kulow 2016-08-01 14:58:15 +00:00
  • a0d117f805 Accepting request 412471 from devel:languages:perl:autoupdate Stephan Kulow 2016-07-21 12:15:14 +00:00
  • bf4a1001b2 Accepting request 406924 from devel:languages:perl:autoupdate Stephan Kulow 2016-07-08 16:59:34 +00:00
  • c4007654dc Accepting request 401402 from devel:languages:perl:autoupdate Stephan Kulow 2016-06-12 14:06:39 +00:00
  • 87f4416e2a Accepting request 385641 from devel:languages:perl:autoupdate Stephan Kulow 2016-04-08 05:46:26 +00:00
  • 9ddfef35fd Accepting request 344331 from devel:languages:perl:autoupdate Stephan Kulow 2015-11-14 10:56:35 +00:00
  • a1cd9224de Accepting request 341786 from devel:languages:perl:autoupdate Dirk Stoecker 2015-10-31 18:39:06 +00:00
  • 892b547d42 Accepting request 332285 from devel:languages:perl:autoupdate Stephan Kulow 2015-09-21 04:46:50 +00:00
  • 5c42cc5abe Accepting request 304877 from devel:languages:perl:autoupdate Stephan Kulow 2015-05-01 05:57:19 +00:00
  • 1243bdf445 update Stephan Kulow 2015-04-13 19:53:07 +00:00
  • e49cc6aa4b Accepting request 231117 from home:mnhauke:nagios Stephan Kulow 2014-04-23 10:07:26 +00:00
  • c5736569b4 - updated to 5.90060, see Changes for more - MyApp->setup now returns $app to allow class method chaining. - New Util helper functional localize $env to make it easier to mount PSIG applications under controllers and actions. See Catalyst::Utils/PSGI Helpers. - NOTICE: Final Development release for Runner, unless significant issues are raised. Please test. Stephan Kulow 2014-02-24 08:34:54 +00:00
  • 13228dcb9e - updated to 5.90042, see Changes - remove outdated patch Stephan Kulow 2013-09-05 15:06:46 +00:00
  • 3385a53e12 - regenerate with cpanspec Stephan Kulow 2012-05-31 14:31:15 +00:00
  • 2d474a3983 - updated to 5.90012, see Changes Stephan Kulow 2012-05-31 14:27:24 +00:00
  • 36e75db24b OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=10 Stephan Kulow 2011-11-11 11:14:22 +00:00
  • e4bf5e1790 - fix tests on distributions with old Test::More module ( perl-Catalyst-Runtime-done_testing.patch ) Lars Vogdt 2011-06-04 22:09:29 +00:00
  • 27b95655c8 - update to 5.80032, see Changes: - Fix compatibility issue with code which was testing the value of $c->res->body multiple times. Previously this would cause the value to be built, and ergo cause the $c->res->has_body predicate to start returning true. Having a response body is indicated by $c->res->body being defined. - Fix bug with calling $upload->slurp multiple times in one request not working as expected as the file handle wasn't returned to the zero position. (Adam Sjøgren) - Fix some weird perl 5.8 situations where $c can get squashed unexpectedly in Catalyst::execute - Fix chained dispatch where chains were being compared for length (number of private parts in the chain) vs where they are being compared for PathPart length (i.e. number of non-capturing URI elements in your path). This bug meant that sometimes multiple Args or CaptureArgs (e.g. /*/*) type paths would be preferred to those with fixed path elements (e.g. /account/*) - Add MYAPP_RESTARTER and CATALYST_RESTARTER environment variables to allow the restarter class to be chosen per application or generally. This feature was added to enable GUI restarters (such as the soon to be released CatalystX::Restarter::GTK to be enabled more easily by developers without changing their application code. Lars Vogdt 2011-06-04 20:50:35 +00:00
  • fe130c20c8 5.80031 Pascal Bleser 2011-02-17 06:38:52 +00:00
  • fb52950e4f - update to 5.80030 Stephan Kulow 2011-01-19 11:56:17 +00:00
  • 0f91cf01a0 update Stephan Kulow 2011-01-19 10:33:27 +00:00
  • fbc31ebcdf always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit) Stephan Kulow 2010-12-03 13:56:21 +00:00
  • 44dbded74b siwtch to perl_requires macro Stephan Kulow 2010-12-01 13:38:40 +00:00
  • 5086fb41ac add changes files Stephan Kulow 2010-11-29 18:03:49 +00:00
  • d865235211 Accepting request 31860 from home:niner9:perl Stephan Kulow 2010-02-09 11:06:51 +00:00