File: use-hash_util_fieldhash.patch

package info (click to toggle)
libmoosex-types-varianttable-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 128 kB
  • ctags: 30
  • sloc: perl: 384; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: use Hash::Util::FieldHash instead of ::Compat
Author: Jonathan Yu <jawnsy@cpan.org>
Origin: vendor
Forwarded: not-needed
--- a/lib/MooseX/Types/VariantTable.pm
+++ b/lib/MooseX/Types/VariantTable.pm
@@ -3,7 +3,7 @@
 package MooseX::Types::VariantTable;
 use Moose;
 
-use Hash::Util::FieldHash::Compat qw(idhash);
+use Hash::Util::FieldHash qw(idhash);
 use Scalar::Util qw(refaddr);
 
 use Moose::Util::TypeConstraints;