From c53d2df2c524d9db9af996ac6543831c480b2092 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Nov 2010 10:50:59 -0600 Subject: convert the XS implementation to its own dist --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 9791d1c..47a3f23 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,5 +6,5 @@ use ExtUtils::MakeMaker; # dependencies, is generated later by Dist::Zilla WriteMakefile( - NAME => 'Package::Stash', + NAME => 'Package::Stash::XS', ); -- cgit v1.2.3-54-g00ecf