Revisions of perl-Catalyst-Runtime

Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1101204 from Tina Müller's avatar Tina Müller (tinita) (revision 36)
- updated to 5.90131
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
  5.90131 - 2023-07-20
    - fixed broken links in various documentation
    - added strict and warnings pragma to all files that needed them
    - added mailmpa file
    - enhanced Chaining dispatch with 'next action' feature.  See
      Catalyst::ActionChain for more.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 1037658 from Tina Müller's avatar Tina Müller (tinita) (revision 35)
- updated to 5.90130
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
  5.90130 - 2022-11-09
    - change forward and detach to be able to work with instances
    - fix DELETE requests to allow a body
    - update metadata to point issue tracker to GitHub
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 990979 from Tina Müller's avatar Tina Müller (tinita) (revision 34)
- updated to 5.90129
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 834117 from Tina Müller's avatar Tina Müller (tinita) (revision 33)
- updated to 5.90128
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
  5.90128 - 2020-09-11
    - fix command to run psgi compile test if Catalyst not already installed
    - improve debugging output on psgi compile test
  5.90_127 - 2020-07-27
    - fix TODO tests for uri_for as a class method
    - silence warnings in tests
    - remove developer prerequisites on Catalyst plugins
    - cleanups and fixes for optional tests
    - bump Moose prereq to 2.1400, and drop MooseX::Role::WithOverloading prereq
    - stop warning about missing Term::Size::Any when it isn't useful
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 766259 from Tina Müller's avatar Tina Müller (tinita) (revision 32)
Note: The builds on ppc* have been "blocked" now for a long time, not sure what's going wrong there.

- updated to 5.90126
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
  5.90126 - 2020-01-19
    - fix for broken distribution
  
  5.90125 - 2020-01-18
    - Support samesite flag for cookies (mitchjacksontech++)
    - utility method on Catalyst::Action 'equals'
    - new predicate methods 'has_request' and 'has_response'. Useful in
      plugins that might run bits before a request is finalized.

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 667112 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 31)
automatic update
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 655734 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 30)
automatic update
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 647175 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 29)
automatic update
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 640409 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 28)
- Fix build
- updated to 5.90119
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
  5.90119 - 2018-09-24
    - fix test for changes in MooseX::Getopt 0.73 (RT#127050)
- updated to 5.90118
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
  5.90118 - 2018-05-01
    - fix handling of fragments in uri_for when path is an unblessed string (GH#160)
    - ensure catalyst.pl is included with dist
    - drop IO::Scalar prereq
    - include optional test prereqs as develop prereqs
    - remove unused developer prereq on Catalyst::Engine::PSGI
    - use namespace::clean consistently rather than namespace::autoclean
    - use JSON for test metadata to avoid needing YAML
    - use JSON::MaybeXS consistently in code
    - drop unused prereq of HTTP::Request::AsCGI
    - drop unneeded prereq of Class::Data::Inheritable
    - fix tests to cope with changes in new versions of Time::HiRes
    - POD typo and syntax fixes
- updated to 5.90117
   see /usr/share/doc/packages/perl-Catalyst-Runtime/Changes
  5.90117 - 2018-01-21
    - Fixed errors in distribution packaging
  
  5.90116 - 2018-01-19
    - Switch from Module::Install to Distar (solves problems that MI has with newer Perl) haarg++
    - Killed Test::Aggregate since its clearly doomed
    - PR135 - improved test cases for query keywork
    - PR158 - improved docs for Catalyst::Test
    - PR157 - improved error response for data_handlers
    - PR156 - POD fixes
    - PR154 - Few dependencies
    - PR152 - Better support for HTTP Patch
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 492393 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 27)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 447133 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 26)
- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 415195 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 25)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 412471 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 24)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 406924 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 23)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 401402 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 22)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 385641 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 21)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 344331 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 20)
automatic update
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 341786 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 19)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 332285 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 18)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 304877 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 17)
automatic update
Displaying revisions 1 - 20 of 36
openSUSE Build Service is sponsored by