[Catalyst-commits] r11183 - in Catalyst-Runtime/5.80/trunk: . lib
lib/Catalyst
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Fri Aug 21 16:13:06 GMT 2009
Author: rafl
Date: 2009-08-21 16:13:05 +0000 (Fri, 21 Aug 2009)
New Revision: 11183
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
Log:
Version 5.80008.
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-08-21 16:12:57 UTC (rev 11182)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-08-21 16:13:05 UTC (rev 11183)
@@ -1,5 +1,7 @@
# This file documents the revision history for Perl extension Catalyst.
+5.80008 2009-08-21 17:47:30
+
Bug fixes:
- Fix replace_constructor warning to actually work if you make your
application class immutable without that option.
@@ -17,7 +19,7 @@
- Make Catalyst::Engine write at least once when finalizing the response
body from a filehandle, even if the write is empty. This avoids fail
when trying to send out an empty response body from a filehandle.
- - Catalyst::Engine::HTTP - Accept a fully qualified absolute URI in the
+ - Catalyst::Engine::HTTP - Accept a fully qualified absolute URI in the
Request-URI of the Request-Line
Refactoring / cleanups:
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-08-21 16:12:57 UTC (rev 11182)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Runtime.pm 2009-08-21 16:13:05 UTC (rev 11183)
@@ -7,7 +7,7 @@
# Remember to update this in Catalyst as well!
-our $VERSION='5.80007';
+our $VERSION='5.80008';
$VERSION = eval $VERSION;
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-08-21 16:12:57 UTC (rev 11182)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2009-08-21 16:13:05 UTC (rev 11183)
@@ -79,7 +79,7 @@
# Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.80007';
+our $VERSION = '5.80008';
{
my $dev_version = $VERSION =~ /_\d{2}$/;
More information about the Catalyst-commits
mailing list