[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Carp-Always dependancy
- Subject: Carp-Always dependancy
- From: ..hidden..
- Date: Thu, 21 Nov 2013 14:46:46 -0800
I discovered a dependency on Carp::Always when trying to add a sales order
in 1.4.
If this is a developer intended dependency the following patch adds it to
Makefile.PL.
Cheers
Turtle
Index: Makefile.PL
===================================================================
--- Makefile.PL (revision 6305)
+++ Makefile.PL (working copy)
@@ -68,7 +68,9 @@
'Getopt::Long' => 0,
'FileHandle' => 0,
'Locale::Country' => 0,
- 'Locale::Language' => 0;
+ 'Locale::Language' => 0,
+ 'Carp::Always' => 0;
+
feature 'X12 EDI support',
-default => 0,