[Catalyst-commits] r11652 - in
trunk/historical/Catalyst-Plugin-XMLRPC: . lib/Catalyst/Plugin
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Oct 21 02:28:04 GMT 2009
Author: t0m
Date: 2009-10-21 02:28:04 +0000 (Wed, 21 Oct 2009)
New Revision: 11652
Modified:
trunk/historical/Catalyst-Plugin-XMLRPC/Changes
trunk/historical/Catalyst-Plugin-XMLRPC/lib/Catalyst/Plugin/XMLRPC.pm
Log:
Version no
Modified: trunk/historical/Catalyst-Plugin-XMLRPC/Changes
===================================================================
--- trunk/historical/Catalyst-Plugin-XMLRPC/Changes 2009-10-21 02:25:39 UTC (rev 11651)
+++ trunk/historical/Catalyst-Plugin-XMLRPC/Changes 2009-10-21 02:28:04 UTC (rev 11652)
@@ -1,5 +1,9 @@
Revision history for Perl extension Catalyst::Plugin::XMLRPC
+2.01
+ - Added DEPRECATION notice is this code is not maintained.
+ - Fixed copyright notice.
+
2.00
- Fixed unknown method error (sheriff)
- Added XMLRPC Action class
Modified: trunk/historical/Catalyst-Plugin-XMLRPC/lib/Catalyst/Plugin/XMLRPC.pm
===================================================================
--- trunk/historical/Catalyst-Plugin-XMLRPC/lib/Catalyst/Plugin/XMLRPC.pm 2009-10-21 02:25:39 UTC (rev 11651)
+++ trunk/historical/Catalyst-Plugin-XMLRPC/lib/Catalyst/Plugin/XMLRPC.pm 2009-10-21 02:28:04 UTC (rev 11652)
@@ -9,7 +9,7 @@
use Catalyst::Utils;
use NEXT;
-our $VERSION = '2.0';
+our $VERSION = '2.01';
__PACKAGE__->mk_classdata('_xmlrpc_parser');
__PACKAGE__->_xmlrpc_parser( RPC::XML::ParserFactory->new );
More information about the Catalyst-commits
mailing list