Author: dagolden
Date: Sun Sep 13 05:01:15 2009
New Revision: 13325

Modified:
   Module-Build/branches/inc-bundling/lib/Module/Build/Base.pm

Log:
add Devel::AssertOS/CheckOS to packlist mapping

Modified: Module-Build/branches/inc-bundling/lib/Module/Build/Base.pm
==============================================================================
--- Module-Build/branches/inc-bundling/lib/Module/Build/Base.pm (original)
+++ Module-Build/branches/inc-bundling/lib/Module/Build/Base.pm Sun Sep 13 
05:01:15 2009
@@ -1171,7 +1171,8 @@
   # packfile map -- keys are guts of regular expressions;  If they match,
   # values are module names corresponding to the packlist
   my %packlist_map = (
-    '^File::Spec' => 'Cwd'
+    '^File::Spec'         => 'Cwd',
+    '^Devel::AssertOS'    => 'Devel::CheckOS',
   );
 
   sub check_bundling {

Reply via email to