aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 4371651..101aaa2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,12 +3,12 @@ use ExtUtils::MakeMaker;
WriteMakefile (
AUTHOR => 'Arctica Project Developers',
- ABSTRACT => "Arctica Browser: client-side Overlay",
- NAME => 'Arctica::Browser::Overlay',
+ ABSTRACT => "Arctica Web Browser: Core Module",
+ NAME => 'Arctica::Browser::Core',
(eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
PREREQ_PM => {
'Test::More' => '0.47',
},
- VERSION_FROM => 'lib/Arctica/Browser/Overlay/Version.pm',
+ VERSION_FROM => 'lib/Arctica/Browser/Core/Version.pm',
clean => { FILES => '' },
);