SHA256
8
0
forked from pool/perl-Plack

Commit Graph

  • e20e95be2e Add Gitea build results main Adam Majer 2025-08-12 18:16:32 +02:00
  • f0bebcd1f2 Accepting request 1156053 from devel:languages:perl Ana Guerrero 2024-03-08 17:08:44 +00:00
  • e0b0dc63a8 Accepting request 1153622 from devel:languages:perl:autoupdate Dirk Stoecker 2024-03-07 17:18:00 +00:00
  • 7cba561ebf Accepting request 1002178 from devel:languages:perl Dominique Leuenberger 2022-09-09 16:27:47 +00:00
  • bf8d9529eb Accepting request 1001440 from devel:languages:perl:autoupdate Stephan Kulow 2022-09-08 19:45:37 +00:00
  • 12ac768bcb Accepting request 852311 from devel:languages:perl Dominique Leuenberger 2020-12-02 12:58:04 +00:00
  • 3d2a73fad2 Accepting request 852307 from devel:languages:perl:autoupdate Dirk Stoecker 2020-12-01 10:40:21 +00:00
  • 66568412a3 Accepting request 726977 from devel:languages:perl Dominique Leuenberger 2019-09-26 18:37:05 +00:00
  • 9ef4f8534e Accepting request 726892 from devel:languages:perl:autoupdate Tina Müller 2019-08-29 10:06:31 +00:00
  • 22683883e5 Accepting request 399577 from devel:languages:perl Dominique Leuenberger 2016-07-09 07:21:32 +00:00
  • 11fa90ab4a OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Plack?expand=0&rev=31 Stephan Kulow 2016-06-02 05:27:21 +00:00
  • 41ef9ea138 - update to 1.0039 [BUG FIXES] - Revert the change to use the faster header builder because it breaks the legit Plack::Response constructor that sets HTTP::Header object directly (#541) Stephan Kulow 2016-06-02 05:25:06 +00:00
  • d71fdb2b6b Accepting request 296049 from devel:languages:perl Dominique Leuenberger 2015-04-15 14:23:21 +00:00
  • d5d518dd81 Accepting request 295950 from devel:languages:perl:autoupdate Stephan Kulow 2015-04-14 05:39:06 +00:00
  • 60ba31d76e Accepting request 249510 from devel:languages:perl Stephan Kulow 2014-09-17 15:26:12 +00:00
  • 91b3010e06 update Stephan Kulow 2014-09-16 08:12:56 +00:00
  • 18738ad61f Accepting request 208427 from devel:languages:perl Stephan Kulow 2013-11-26 13:41:11 +00:00
  • 7857ed2be2 update Stephan Kulow 2013-11-25 12:09:11 +00:00
  • 7ec97afd56 Accepting request 202247 from devel:languages:perl Tomáš Chvátal 2013-10-21 13:14:27 +00:00
  • b0463ba453 update Stephan Kulow 2013-10-04 18:16:30 +00:00
  • dd1243e662 Accepting request 182580 from devel:languages:perl Stephan Kulow 2013-07-09 18:57:40 +00:00
  • 3f936c57dc - updated to 1.0028 Stephan Kulow 2013-07-09 05:49:00 +00:00
  • 53c5812354 - update to 1.0028 [IMPROVEMENTS] - Skip cgi related tests for Win32 (chorny) #413 - Skip tests that could potentially write empty bytes, which could cause issues on some servers on local sockets with HTTP::Tiny - Skip tests that require HTTP::Cookies, if not available #414 - Not a dev release, including XS free version of Plack::Test* - Fix cgibin tests that often fail on Win32 #375 [INCOMPATIBLE CHANGES] - use HTTP::Tiny in Plack::Test::Suite and Plack::Test::Server rather than skipping it. - No XS! Eliminates dependency to LWP::UserAgent by making it completely optional for testing. If you run Plack::Test with Server implemenetation or run Plack::Test::Suite (for PSGI handlers) without LWP installed, the tests will automatically be skipped. This removes the eventual sub-dependency to HTML::Parser, which is the only XS dependency in Plack. #408 [IMPROVEMENTS] - Fixed the warning in OO usage of Plack::Builder (doy) #407 - Shotgun loader now dies if used in Win32 since it leaks memory #320, #400 - Suppress warnings for Test::TCP (kazeburo) #406 - $res->to_app shortcut (ether) #409 - Fix warnings for Plack::App::WrapCGI (frioux) - Ignore emacs lock file from restarter (maio) - Add documentation for environment variable in Auth::Basic - Some Metadata cleanup and Travis CI - Use Apache::LogFormat::Compiler in AccessLog (kazeburo) [BUG FIXES] - Fixed a major bug in 1.0020-1.0021 where posix_default prevents arbitrary arguments for plackup-compat (e.g. starman) to handle them (Thanks to justnoxx) Starman#66 [IMPROVEMENTS] - Fixed test warnings (Keedi Kim) Stephan Kulow 2013-07-09 05:39:41 +00:00
  • 63c7eb2a86 Accepting request 182342 from home:k0da:ppc Stephan Kulow 2013-07-08 09:51:45 +00:00
  • f90012202b Accepting request 179401 from devel:languages:perl Stephan Kulow 2013-06-21 11:32:04 +00:00
  • b934569609 - reduce build requires - test suites are fine, build cycles are bad Stephan Kulow 2012-05-30 12:06:09 +00:00
  • 857f987f87 - update to 0.9986: + Use I/O handles to FCGI::Request instead of global STDIN, STDOUT etc. + Improved FastCGI docs + Cascade app now returns the last response code + Fixed Makefile.PL to avoid Test::SharedFork interferring with Module::Install Lars Vogdt 2012-03-16 07:55:51 +00:00
  • f660210837 use gz Stephan Kulow 2011-11-17 15:46:33 +00:00
  • 75b47c56bf OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Plack?expand=0&rev=12 Stephan Kulow 2011-11-11 11:21:34 +00:00
  • f5964e6f61 - update to 0.9985: + Short circuit Plack::Handler fallback to avoid %INC bugs in perl 5.8 + Fixed Makefile.PL to avoid Test::SharedFork interferring with Module::Install + WrapCGI: Close wrapped CGI's STDIN handle + WrapCGI: improved docs + Request: Do not destroy HTTP::Body upload headers Lars Vogdt 2011-11-01 20:58:34 +00:00
  • 277b06d217 0.9984 Pascal Bleser 2011-11-01 10:11:39 +00:00
  • 9ead511aa2 release 0.9978 David Bahi 2011-05-12 13:17:05 +00:00
  • e37faabe63 modified for more test coverage and turn %check off for SLE_11 David Bahi 2011-05-06 18:30:41 +00:00
  • 95433ab068 - updated to 0.9976, see Changes Stephan Kulow 2011-04-30 15:34:25 +00:00
  • 2edae8e55b always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit) Stephan Kulow 2010-12-03 14:46:59 +00:00
  • 7ffc310404 siwtch to perl_requires macro Stephan Kulow 2010-12-01 13:52:48 +00:00
  • aa7c1d5c3b get rid of strict-subs-done_testing.patch and replace it with some scripting to fix tests on < 11.2 Pascal Bleser 2010-11-05 23:26:11 +00:00
  • 04f396efb6 add more BuildRequires to run all the tests Pascal Bleser 2010-11-05 22:55:57 +00:00
  • 1e94ca8158 0.9951 Pascal Bleser 2010-11-05 09:12:01 +00:00
  • a01e115576 Accepting request 48852 from home:dbahi:branches:devel:languages:perl Christian Wittmer 2010-09-22 21:37:58 +00:00