r38808 - in /branches/upstream/libjifty-plugin-comment-perl/current: Changes META.yml Makefile.PL lib/Jifty/Plugin/Comment.pm

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Sat Jun 27 06:02:36 UTC 2009


Author: yvesago-guest
Date: Sat Jun 27 06:02:29 2009
New Revision: 38808

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38808
Log:
[svn-upgrade] Integrating new upstream version, libjifty-plugin-comment-perl (1.00)

Modified:
    branches/upstream/libjifty-plugin-comment-perl/current/Changes
    branches/upstream/libjifty-plugin-comment-perl/current/META.yml
    branches/upstream/libjifty-plugin-comment-perl/current/Makefile.PL
    branches/upstream/libjifty-plugin-comment-perl/current/lib/Jifty/Plugin/Comment.pm

Modified: branches/upstream/libjifty-plugin-comment-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjifty-plugin-comment-perl/current/Changes?rev=38808&op=diff
==============================================================================
--- branches/upstream/libjifty-plugin-comment-perl/current/Changes (original)
+++ branches/upstream/libjifty-plugin-comment-perl/current/Changes Sat Jun 27 06:02:29 2009
@@ -1,4 +1,8 @@
 Revision history for Perl module Jifty::Plugin::Comment
+
+1.00 Fri, 26 Jun 2009 08:52:55 +0200
+    - add missing dep from Action/CreateComment.pm in Makefile.PL
+    - add dep on Jifty 0.90409 to use Jifty::Test::Dist
 
 0.9  Wed, 10 Jun 2009 09:33:32 +0200
     - original version for CPAN

Modified: branches/upstream/libjifty-plugin-comment-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjifty-plugin-comment-perl/current/META.yml?rev=38808&op=diff
==============================================================================
--- branches/upstream/libjifty-plugin-comment-perl/current/META.yml (original)
+++ branches/upstream/libjifty-plugin-comment-perl/current/META.yml Sat Jun 27 06:02:29 2009
@@ -18,8 +18,13 @@
     - inc
     - t
 requires:
+  CGI::Cookie: 0
   HTML::Scrubber: 0
-  Jifty: 0
+  Jifty: 0.90409
+  MIME::Base64::URLSafe: 0
+  Regexp::Common: 0
+  Regexp::Common::Email::Address: 0
+  Regexp::Common::URI: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.9
+version: 1.00

Modified: branches/upstream/libjifty-plugin-comment-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjifty-plugin-comment-perl/current/Makefile.PL?rev=38808&op=diff
==============================================================================
--- branches/upstream/libjifty-plugin-comment-perl/current/Makefile.PL (original)
+++ branches/upstream/libjifty-plugin-comment-perl/current/Makefile.PL Sat Jun 27 06:02:29 2009
@@ -2,8 +2,13 @@
 name('Jifty-Plugin-Comment');
 all_from('lib/Jifty/Plugin/Comment.pm');
 
-requires('Jifty');
+requires('Jifty' => '0.90409');
 requires('HTML::Scrubber');
+requires('MIME::Base64::URLSafe');
+requires('Regexp::Common');
+requires('Regexp::Common::URI');
+requires('Regexp::Common::Email::Address');
+requires('CGI::Cookie');
 
 auto_install();
 tests('t/*.t t/*/t/*.t');

Modified: branches/upstream/libjifty-plugin-comment-perl/current/lib/Jifty/Plugin/Comment.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libjifty-plugin-comment-perl/current/lib/Jifty/Plugin/Comment.pm?rev=38808&op=diff
==============================================================================
--- branches/upstream/libjifty-plugin-comment-perl/current/lib/Jifty/Plugin/Comment.pm (original)
+++ branches/upstream/libjifty-plugin-comment-perl/current/lib/Jifty/Plugin/Comment.pm Sat Jun 27 06:02:29 2009
@@ -4,7 +4,7 @@
 package Jifty::Plugin::Comment;
 use base qw/ Jifty::Plugin /;
 
-our $VERSION = '0.9';
+our $VERSION = '1.00';
 
 __PACKAGE__->mk_accessors( qw/ akismet scrubber scrub_message / );
 




More information about the Pkg-perl-cvs-commits mailing list