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

# fix module name for proper .packlist location

--- Makefile.PL.orig	2012-09-19 19:48:28.000000000 +0000
+++ Makefile.PL
@@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
 
 WriteMakefile(
-  NAME => 'Package-Variant',
+  NAME => 'Package::Variant',
   VERSION_FROM => 'lib/Package/Variant.pm',
   CONFIGURE_REQUIRES => {
     'ExtUtils::MakeMaker' => '6.55_01', # for BUILD_REQUIRES
