Commit Graph

23 Commits

Author SHA256 Message Date
Stephan Kulow
27244c48ea Accepting request 492393 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/492393
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=27
2017-05-02 06:28:39 +00:00
Stephan Kulow
dc43dfccca Accepting request 447133 from devel:languages:perl:autoupdate
- updated to 5.90114
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
  5.90114 - 2016-12-19
    - Fixed regression introduced in the last version (5.90113) which caused 
      application to hang when the action private name contained a string
      like 'foo/bar..html'.  If you are running 5.90113 you should consider this
      a required update.
    - Tweaked travis CI script.

- updated to 5.90113
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
  5.90113 - 2016-12-15
    - Fixed issue with $controller->action_for when targeting an action in
      a namespace nested inside the current controller and the current controller
      is a 'root' controller.
    - Enhanced $controller->action_for so that you can reference the 'parent'
      controller via relative path (eg ->action_for('../foo')).
    - Backcompat fix for people that made the mistake of doing $c->{stash}
    - Sort controllers in setup_actions so cross-controller precedence is
      consistent.

OBS-URL: https://build.opensuse.org/request/show/447133
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=26
2016-12-21 07:52:14 +00:00
Stephan Kulow
a62914dfed Accepting request 415195 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/415195
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=25
2016-08-01 14:58:15 +00:00
Stephan Kulow
a0d117f805 Accepting request 412471 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/412471
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=24
2016-07-21 12:15:14 +00:00
Stephan Kulow
bf4a1001b2 Accepting request 406924 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/406924
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=23
2016-07-08 16:59:34 +00:00
Stephan Kulow
c4007654dc Accepting request 401402 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/401402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=22
2016-06-12 14:06:39 +00:00
Stephan Kulow
87f4416e2a Accepting request 385641 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/385641
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=21
2016-04-08 05:46:26 +00:00
Stephan Kulow
9ddfef35fd Accepting request 344331 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/344331
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=20
2015-11-14 10:56:35 +00:00
a1cd9224de Accepting request 341786 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/341786
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=19
2015-10-31 18:39:06 +00:00
Stephan Kulow
892b547d42 Accepting request 332285 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/332285
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=18
2015-09-21 04:46:50 +00:00
Stephan Kulow
5c42cc5abe Accepting request 304877 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/304877
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=17
2015-05-01 05:57:19 +00:00
Stephan Kulow
1243bdf445 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=16
2015-04-13 19:53:07 +00:00
Stephan Kulow
e49cc6aa4b Accepting request 231117 from home:mnhauke:nagios
update to SR 231081 - mentioned patch in .changes file

OBS-URL: https://build.opensuse.org/request/show/231117
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=15
2014-04-23 10:07:26 +00:00
Stephan Kulow
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.
 
 5.90059_005 - 2014-01-28
   - Specify newest versions of some middleware in attempt to solve test errors
     reported while installing.
 5.90059_004 - 2014-01-27
   - Make sure IO handle objects do 'getline' before sending them to the
     response callback, to properly support the PSGI specification.
   - Added some backcompat code when setting a response body to an object
     that does 'read' but not 'getline'.  Added deprecation notice for this
     case.  Added docs to Catalyst::Delta.
   - Catalyst::Delta contains a list of behaviors which will be considered
     deprecated immediatelty.  Most items have workarounds and tweaks you can
     make to avoid issues.  These deprecations are targeted for removal/enforcement
     in the Catalyst 6 release.  Please review and give your feedback.
   - More middleware to replace inline code (upasana++)
   - Documentation around Exceptions and how we handle them.
   - update copyright notices.
 
 5.90059_003 - 2013-12-24
   - More documentation about alternative ways to setup middleware.
   - removed unneeded use of Devel::Dwarn in test case that was causing
     fails to install (sorry).
   - When finalizing caught errors, if the error conforms to the interface as
     described by Plack::Middleware::HTTPExceptions, rethrow it and let the

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=14
2014-02-24 08:34:54 +00:00
Stephan Kulow
13228dcb9e - updated to 5.90042, see Changes
- remove outdated patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=13
2013-09-05 15:06:46 +00:00
Stephan Kulow
3385a53e12 - regenerate with cpanspec
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=12
2012-05-31 14:31:15 +00:00
Stephan Kulow
2d474a3983 - updated to 5.90012, see Changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=11
2012-05-31 14:27:24 +00:00
Lars Vogdt
e4bf5e1790 - fix tests on distributions with old Test::More module
( perl-Catalyst-Runtime-done_testing.patch )

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=9
2011-06-04 22:09:29 +00:00
Lars Vogdt
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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=8
2011-06-04 20:50:35 +00:00
Pascal Bleser
fe130c20c8 5.80031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=7
2011-02-17 06:38:52 +00:00
Stephan Kulow
fb52950e4f - update to 5.80030
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=6
2011-01-19 11:56:17 +00:00
Stephan Kulow
44dbded74b siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=3
2010-12-01 13:38:40 +00:00
Stephan Kulow
5086fb41ac add changes files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-Runtime?expand=0&rev=2
2010-11-29 18:03:49 +00:00