[Jifty-commit] r5632 - in Net-Jifty/trunk: .

Jifty commits jifty-commit at lists.jifty.org
Fri Aug 1 10:04:19 EDT 2008


Author: sartak
Date: Fri Aug  1 10:04:18 2008
New Revision: 5632

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

Log:
 r68247 at onn:  sartak | 2008-08-01 09:59:27 -0400
 Don't declare the version or release date in the POD, it's silly to maintain


Modified: Net-Jifty/trunk/lib/Net/Jifty.pm
==============================================================================
--- Net-Jifty/trunk/lib/Net/Jifty.pm	(original)
+++ Net-Jifty/trunk/lib/Net/Jifty.pm	Fri Aug  1 10:04:18 2008
@@ -1,5 +1,8 @@
 #!/usr/bin/env perl
 package Net::Jifty;
+
+our $VERSION = '0.07';
+
 use Moose;
 
 use LWP::UserAgent;
@@ -21,14 +24,6 @@
 
 Net::Jifty - interface to online Jifty applications
 
-=head1 VERSION
-
-Version 0.07 released ???
-
-=cut
-
-our $VERSION = '0.07';
-
 =head1 SYNOPSIS
 
     use Net::Jifty;


More information about the Jifty-commit mailing list