[libcode-tidyall-perl] 08/09: Unfuzz patch 1001.

Jonas Smedegaard dr at jones.dk
Tue May 20 14:22:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit 3aaf2515fdf4a40942c3916b7b4f4936e0dcaeed
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue May 20 16:06:32 2014 +0200

    Unfuzz patch 1001.
---
 debian/patches/1001_Use_Digest::SHA.patch | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/patches/1001_Use_Digest::SHA.patch b/debian/patches/1001_Use_Digest::SHA.patch
index 43d8844..1eabcb0 100644
--- a/debian/patches/1001_Use_Digest::SHA.patch
+++ b/debian/patches/1001_Use_Digest::SHA.patch
@@ -1,6 +1,6 @@
 --- a/lib/Code/TidyAll.pm
 +++ b/lib/Code/TidyAll.pm
-@@ -9,7 +9,7 @@
+@@ -7,7 +7,7 @@
    qw(abs2rel basename can_load dirname dump_one_line mkpath read_dir read_file rel2abs tempdir_simple uniq write_file);
  use Code::TidyAll::Result;
  use Date::Format;
@@ -11,10 +11,9 @@
  use List::MoreUtils qw(uniq);
 --- a/lib/Code/TidyAll/Cache.pm
 +++ b/lib/Code/TidyAll/Cache.pm
-@@ -2,7 +2,7 @@
- {
-   $Code::TidyAll::Cache::VERSION = '0.18';
- }
+@@ -1,6 +1,6 @@
+ package Code::TidyAll::Cache;
+ $Code::TidyAll::Cache::VERSION = '0.20';
 -use Digest::SHA1 qw(sha1_hex);
 +use Digest::SHA qw(sha1_hex);
  use Code::TidyAll::Util qw(dirname mkpath read_file write_file);
@@ -22,7 +21,7 @@
  
 --- a/lib/Code/TidyAll/Git/Prereceive.pm
 +++ b/lib/Code/TidyAll/Git/Prereceive.pm
-@@ -5,7 +5,7 @@
+@@ -3,7 +3,7 @@
  use Code::TidyAll;
  use Code::TidyAll::Util qw(dirname realpath tempdir_simple read_file write_file);
  use Capture::Tiny qw(capture);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git



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