blob: cbfecff9e6f05a60a6e85868e61d500f34c7a88d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.PL.orig 2006-08-11 02:38:47 UTC
+++ Makefile.PL
@@ -8,7 +8,7 @@ use ExtUtils::MakeMaker;
# the contents of the Makefile that is written.
%opts = (
- 'NAME' => 'App-Trace',
+ 'NAME' => 'App::Trace',
'DISTNAME' => 'App-Trace',
'VERSION_FROM' => 'lib/App/Trace.pm',
'PREREQ_PM' => {
|