[libmoosex-clone-perl] 11/15: Refresh use_hash-util-fieldhash.patch

Florian Schlichting fsfs at moszumanska.debian.org
Thu Sep 10 10:59:25 UTC 2015


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

fsfs pushed a commit to branch master
in repository libmoosex-clone-perl.

commit adda7e06f4b0fb43913e5220a2f4e4a3d690dbfe
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Sep 10 12:26:59 2015 +0200

    Refresh use_hash-util-fieldhash.patch
---
 debian/patches/use_hash-util-fieldhash.patch | 83 +++++++++++++++++++---------
 1 file changed, 58 insertions(+), 25 deletions(-)

diff --git a/debian/patches/use_hash-util-fieldhash.patch b/debian/patches/use_hash-util-fieldhash.patch
index 5b74193..ba418eb 100644
--- a/debian/patches/use_hash-util-fieldhash.patch
+++ b/debian/patches/use_hash-util-fieldhash.patch
@@ -4,40 +4,73 @@ Description: Don't require Hash::Util::FieldHash::Compat
  alternate implementation otherwise. Since Perl 5.10 has the
  Hash::Util::FieldHash module already, we can use it directly.
 Author: franck cuny <franck at lumberjaph.net>
-Reviewed-by: Jonathan Yu <jawnsy at cpan.org>
-Origin: vendor
+Reviewed-by: Florian Schlichting <fsfs at debian.org>
+Last-Update: 2015-09-10
 Forwarded: not-needed
+
 --- a/META.yml
 +++ b/META.yml
-@@ -11,7 +11,7 @@
-     ExtUtils::MakeMaker:  0
- requires:
-     Data::Visitor:        0.24
--    Hash::Util::FieldHash::Compat:  0
-+    Hash::Util::FieldHash:  0
-     Moose:                0.74
-     namespace::clean:     0.08
-     Test::use::ok:        0
+@@ -51,7 +51,7 @@
+   Carp: '0'
+   Data::Visitor: '0.24'
+   Data::Visitor::Callback: '0'
+-  Hash::Util::FieldHash::Compat: '0'
++  Hash::Util::FieldHash: '0'
+   Moose::Role: '0'
+   Storable: '0'
+   namespace::autoclean: '0'
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -12,8 +12,8 @@
- 	PL_FILES     => { },
- 	PREREQ_PM    => {
- 		'Test::use::ok' => 0,
--        'Hash::Util::FieldHash::Compat' => 0,
-         'Moose' => "0.74",
-+        'Hash::Util::FieldHash' => 0,
-         'Data::Visitor' => '0.24',
-         'namespace::clean' => '0.08',
- 	},
+@@ -77,7 +77,7 @@
+     "Carp" => 0,
+     "Data::Visitor" => "0.24",
+     "Data::Visitor::Callback" => 0,
+-    "Hash::Util::FieldHash::Compat" => 0,
++    "Hash::Util::FieldHash" => 0,
+     "Moose::Role" => 0,
+     "Storable" => 0,
+     "namespace::autoclean" => 0
 --- a/lib/MooseX/Clone.pm
 +++ b/lib/MooseX/Clone.pm
-@@ -5,7 +5,7 @@
- 
- our $VERSION = "0.05";
+@@ -4,7 +4,7 @@
+ our $VERSION = '0.06';
  
+ use Moose::Role;
 -use Hash::Util::FieldHash::Compat qw(idhash);
 +use Hash::Util::FieldHash qw(idhash);
- 
  use MooseX::Clone::Meta::Attribute::Trait::Clone;
  use MooseX::Clone::Meta::Attribute::Trait::StorableClone;
+ use MooseX::Clone::Meta::Attribute::Trait::NoClone;
+--- a/Build.PL
++++ b/Build.PL
+@@ -85,7 +85,7 @@
+         "Carp" => 0,
+         "Data::Visitor" => "0.24",
+         "Data::Visitor::Callback" => 0,
+-        "Hash::Util::FieldHash::Compat" => 0,
++        "Hash::Util::FieldHash" => 0,
+         "Moose::Role" => 0,
+         "Storable" => 0,
+         "namespace::autoclean" => 0,
+--- a/META.json
++++ b/META.json
+@@ -117,7 +117,7 @@
+             "Carp" : "0",
+             "Data::Visitor" : "0.24",
+             "Data::Visitor::Callback" : "0",
+-            "Hash::Util::FieldHash::Compat" : "0",
++            "Hash::Util::FieldHash" : "0",
+             "Moose::Role" : "0",
+             "Storable" : "0",
+             "namespace::autoclean" : "0",
+--- a/t/00-report-prereqs.dd
++++ b/t/00-report-prereqs.dd
+@@ -96,7 +96,7 @@
+                                       'Carp' => '0',
+                                       'Data::Visitor' => '0.24',
+                                       'Data::Visitor::Callback' => '0',
+-                                      'Hash::Util::FieldHash::Compat' => '0',
++                                      'Hash::Util::FieldHash' => '0',
+                                       'Moose::Role' => '0',
+                                       'Storable' => '0',
+                                       'namespace::autoclean' => '0',

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



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