r29926 - in /branches/upstream/libsvn-hooks-perl/current: LICENSE MANIFEST META.yml lib/SVN/Hooks.pm lib/SVN/Hooks/JiraAcceptance.pm t/02-jiraacceptance.t

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Thu Jan 22 09:36:32 UTC 2009


Author: angelabad-guest
Date: Thu Jan 22 09:36:24 2009
New Revision: 29926

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29926
Log:
[svn-upgrade] Integrating new upstream version, libsvn-hooks-perl (0.13.12)

Removed:
    branches/upstream/libsvn-hooks-perl/current/LICENSE
Modified:
    branches/upstream/libsvn-hooks-perl/current/MANIFEST
    branches/upstream/libsvn-hooks-perl/current/META.yml
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/JiraAcceptance.pm
    branches/upstream/libsvn-hooks-perl/current/t/02-jiraacceptance.t

Modified: branches/upstream/libsvn-hooks-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/MANIFEST?rev=29926&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/MANIFEST (original)
+++ branches/upstream/libsvn-hooks-perl/current/MANIFEST Thu Jan 22 09:36:24 2009
@@ -12,7 +12,6 @@
 lib/SVN/Hooks/Mailer.pm
 lib/SVN/Hooks/Notify.pm
 lib/SVN/Hooks/UpdateConfFile.pm
-LICENSE
 Makefile.PL
 MANIFEST
 META.yml

Modified: branches/upstream/libsvn-hooks-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/META.yml?rev=29926&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/META.yml (original)
+++ branches/upstream/libsvn-hooks-perl/current/META.yml Thu Jan 22 09:36:24 2009
@@ -1,10 +1,13 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         SVN-Hooks
-version:      0.13.9
-version_from: lib/SVN/Hooks.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                SVN-Hooks
+version:             0.13.12
+abstract:            A framework for implementing Subversion hooks.
+license:             ~
+author:              
+    - Gustavo Chaves <gnustavo at cpan.org>
+generated_by:        ExtUtils::MakeMaker version 6.42
+distribution_type:   module
+requires:     
     Email::Send:                   0
     Email::Simple:                 0
     Email::Simple::Creator:        0
@@ -12,6 +15,6 @@
     SVN::Notify:                   0
     Test::More:                    0
     XMLRPC::Lite:                  0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30_01
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks.pm?rev=29926&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks.pm Thu Jan 22 09:36:24 2009
@@ -19,7 +19,7 @@
 
 =cut
 
-our $VERSION = '0.13.' . substr(q$Revision: 9 $, 10); # bump from 7
+our $VERSION = '0.13.' . substr(q$Revision: 12 $, 10); # bump from 11
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/JiraAcceptance.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/JiraAcceptance.pm?rev=29926&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/JiraAcceptance.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/JiraAcceptance.pm Thu Jan 22 09:36:24 2009
@@ -166,8 +166,7 @@
 	    else {
 		chomp $jira_refs;
 		die <<"EOS";
-JIRA_ACCEPTANCE: Could not extract JIRA references from the log message below:
-$jira_refs
+JIRA_ACCEPTANCE: Could not extract JIRA references from the log message.
 $self->{log}{help}
 EOS
 	    }
@@ -196,9 +195,6 @@
 	    or die <<"EOS";
 JIRA_ACCEPTANCE: JIRA rejected this log with the following message:
 $comment
-JIRA_ACCEPTANCE: The references that were passed to JIRA were the following:
-$jira_refs
-$self->{log}{help}
 EOS
     }
 }

Modified: branches/upstream/libsvn-hooks-perl/current/t/02-jiraacceptance.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/t/02-jiraacceptance.t?rev=29926&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/t/02-jiraacceptance.t (original)
+++ branches/upstream/libsvn-hooks-perl/current/t/02-jiraacceptance.t Thu Jan 22 09:36:24 2009
@@ -79,7 +79,7 @@
 JIRA_ACCEPTANCE(qr/./ => '*');
 EOS
 
-work_nok('no keys', 'Could not extract JIRA references from the log message below', work('no keys'));
+work_nok('no keys', 'Could not extract JIRA references from the log message', work('no keys'));
 
 set_conf(<<'EOS');
 JIRA_CONFIG('http://no.way.to.get.here', 'user', 'pass');




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