$NetBSD: patch-aa,v 1.1 2012/10/19 07:47:13 sno Exp $

# Fix irregular module name

--- Makefile.PL.orig	2012-05-03 20:14:06.000000000 +0000
+++ Makefile.PL
@@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 WriteMakefile(
-  NAME => 'Import-Into',
+  NAME => 'Import::Into',
   VERSION_FROM => 'lib/Import/Into.pm',
   PREREQ_PM => { },
   LICENSE => 'perl',
