[Jifty-commit] r4895 - in Net-Jifty: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jan 21 01:57:39 EST 2008


Author: sartak
Date: Mon Jan 21 01:57:38 2008
New Revision: 4895

Modified:
   Net-Jifty/   (props changed)
   Net-Jifty/Changes
   Net-Jifty/README
   Net-Jifty/lib/Net/Jifty.pm

Log:
 r50630 at onn:  sartak | 2008-01-21 01:57:35 -0500
 Release 0.05


Modified: Net-Jifty/Changes
==============================================================================
--- Net-Jifty/Changes	(original)
+++ Net-Jifty/Changes	Mon Jan 21 01:57:38 2008
@@ -1,6 +1,6 @@
 Revision history for Net-Jifty
 
-0.05
+0.05    Mon Dec 21 01:56:40
         Removed canonicalize_action and canonicalize_model
         Allow search arguments to be arrayrefs, to facilitate using hashes for
             them. e.g: 'id => [1, 5]' is equivalent to 'id => 1, id => 5'

Modified: Net-Jifty/README
==============================================================================
--- Net-Jifty/README	(original)
+++ Net-Jifty/README	Mon Jan 21 01:57:38 2008
@@ -2,7 +2,7 @@
     Net::Jifty - interface to online Jifty applications
 
 VERSION
-    Version 0.04 released 07 Dec 08
+    Version 0.05 released 21 Dec 08
 
 SYNOPSIS
         use Net::Jifty;
@@ -103,15 +103,6 @@
     optional "OUTCOLUMN" defines the output column, in case you don't want
     the entire records.
 
-  canonicalize_package TYPE, PACKAGE
-    Prepends "APPNAME.TYPE." to "PACKAGE" unless it's there already.
-
-  canonicalize_action ACTION
-    Prepends "APPNAME.Action." to "ACTION" unless it's there already.
-
-  canonicalize_model MODEL
-    Prepends "APPNAME.Model." to "MODEL" unless it's there already.
-
   get_sid
     Retrieves the sid from the LWP::UserAgent object.
 

Modified: Net-Jifty/lib/Net/Jifty.pm
==============================================================================
--- Net-Jifty/lib/Net/Jifty.pm	(original)
+++ Net-Jifty/lib/Net/Jifty.pm	Mon Jan 21 01:57:38 2008
@@ -16,11 +16,11 @@
 
 =head1 VERSION
 
-Version 0.04 released 07 Dec 08
+Version 0.05 released 21 Dec 08
 
 =cut
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 =head1 SYNOPSIS
 


More information about the Jifty-commit mailing list