r77758 - in /branches/upstream/libsvn-hooks-perl/current: ./ lib/SVN/ lib/SVN/Hooks/ t/

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Sat Jul 23 14:53:24 UTC 2011


Author: angelabad-guest
Date: Sat Jul 23 14:53:22 2011
New Revision: 77758

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

Modified:
    branches/upstream/libsvn-hooks-perl/current/Changes
    branches/upstream/libsvn-hooks-perl/current/META.yml
    branches/upstream/libsvn-hooks-perl/current/README
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/AllowLogChange.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/AllowPropChange.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckCapability.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckJira.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckLog.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckMimeTypes.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckProperty.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckStructure.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/DenyChanges.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/DenyFilenames.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Generic.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/JiraAcceptance.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Mailer.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Notify.pm
    branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/UpdateConfFile.pm
    branches/upstream/libsvn-hooks-perl/current/t/test-functions.pl

Modified: branches/upstream/libsvn-hooks-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/Changes?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/Changes (original)
+++ branches/upstream/libsvn-hooks-perl/current/Changes Sat Jul 23 14:53:22 2011
@@ -1,4 +1,8 @@
 Revision history for SVN-Hooks. -*- text -*-
+
+1.01	2011-07-21
+
+	Avoiding dependency from File::Slurp in the tests.
 
 1.00	2011-07-20
 

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=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/META.yml (original)
+++ branches/upstream/libsvn-hooks-perl/current/META.yml Sat Jul 23 14:53:22 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               SVN-Hooks
-version:            1.00
+version:            1.01
 abstract:           A framework for implementing Subversion hooks.
 author:
     - Gustavo Chaves <gnustavo at cpan.org>

Modified: branches/upstream/libsvn-hooks-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/README?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/README (original)
+++ branches/upstream/libsvn-hooks-perl/current/README Sat Jul 23 14:53:22 2011
@@ -1,6 +1,6 @@
 Name:    SVN-Hooks
 What:    Framework for Subversion hooks
-Version: 1.00
+Version: 1.01
 Author:  Gustavo Chaves <gnustavo at cpan.org>
 
 SVN-Hooks is a framework for creating Subversion hooks

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=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks.pm Sat Jul 23 14:53:22 2011
@@ -18,11 +18,11 @@
 
 =head1 VERSION
 
-Version 1.00
+Version 1.01
 
 =cut
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 our @Conf_Files = (catfile('conf', 'svn-hooks.conf'));
 our $Repo       = undef;
@@ -590,7 +590,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/AllowLogChange.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/AllowLogChange.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/AllowLogChange.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/AllowLogChange.pm Sat Jul 23 14:53:22 2011
@@ -136,7 +136,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/AllowPropChange.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/AllowPropChange.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/AllowPropChange.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/AllowPropChange.pm Sat Jul 23 14:53:22 2011
@@ -169,7 +169,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2009 CPqD, all rights reserved.
+Copyright 2009-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckCapability.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckCapability.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckCapability.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckCapability.pm Sat Jul 23 14:53:22 2011
@@ -111,7 +111,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckJira.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckJira.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckJira.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckJira.pm Sat Jul 23 14:53:22 2011
@@ -441,7 +441,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2009 CPqD, all rights reserved.
+Copyright 2009-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckLog.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckLog.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckLog.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckLog.pm Sat Jul 23 14:53:22 2011
@@ -114,7 +114,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckMimeTypes.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckMimeTypes.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckMimeTypes.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckMimeTypes.pm Sat Jul 23 14:53:22 2011
@@ -145,7 +145,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckProperty.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckProperty.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckProperty.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckProperty.pm Sat Jul 23 14:53:22 2011
@@ -174,7 +174,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckStructure.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckStructure.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckStructure.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/CheckStructure.pm Sat Jul 23 14:53:22 2011
@@ -305,7 +305,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/DenyChanges.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/DenyChanges.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/DenyChanges.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/DenyChanges.pm Sat Jul 23 14:53:22 2011
@@ -189,7 +189,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/DenyFilenames.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/DenyFilenames.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/DenyFilenames.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/DenyFilenames.pm Sat Jul 23 14:53:22 2011
@@ -134,7 +134,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Generic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Generic.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Generic.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Generic.pm Sat Jul 23 14:53:22 2011
@@ -157,7 +157,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

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=77758&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 Sat Jul 23 14:53:22 2011
@@ -253,7 +253,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Mailer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Mailer.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Mailer.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Mailer.pm Sat Jul 23 14:53:22 2011
@@ -319,7 +319,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Notify.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Notify.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Notify.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/Notify.pm Sat Jul 23 14:53:22 2011
@@ -146,7 +146,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/UpdateConfFile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/UpdateConfFile.pm?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/UpdateConfFile.pm (original)
+++ branches/upstream/libsvn-hooks-perl/current/lib/SVN/Hooks/UpdateConfFile.pm Sat Jul 23 14:53:22 2011
@@ -391,7 +391,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008-2009 CPqD, all rights reserved.
+Copyright 2008-2011 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.

Modified: branches/upstream/libsvn-hooks-perl/current/t/test-functions.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-hooks-perl/current/t/test-functions.pl?rev=77758&op=diff
==============================================================================
--- branches/upstream/libsvn-hooks-perl/current/t/test-functions.pl (original)
+++ branches/upstream/libsvn-hooks-perl/current/t/test-functions.pl Sat Jul 23 14:53:22 2011
@@ -7,7 +7,6 @@
 use File::Spec::Functions;
 use File::Path;
 use File::Copy;
-use File::Slurp;
 use URI::file;
 
 # Make sure the svn messages come in English.
@@ -51,6 +50,13 @@
     copy(catfile($T, 'repo', 'conf',  'svn-hooks.conf') => catfile($dir, 'svn-hooks.conf'));
 
     system("$script 1>$stdout 2>$stderr");
+}
+
+sub read_file {
+    my ($file) = @_;
+    open my $fd, '<', $file or die "Can't open '$file': $!\n";
+    local $/ = undef;		# slurp mode
+    return <$fd>;
 }
 
 sub work_ok {




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