aboutsummaryrefslogtreecommitdiffstats
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 bd6cee2..a3826d8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,8 +3,8 @@ require 5.016;
use ExtUtils::MakeMaker;
WriteMakefile
(
- 'NAME' => 'WWW::StrawViewer',
- 'VERSION_FROM' => 'lib/WWW/StrawViewer.pm',
+ 'NAME' => 'WWW::FairViewer',
+ 'VERSION_FROM' => 'lib/WWW/FairViewer.pm',
'PREREQ_PM' => {
'Data::Dump' => 0,
'Encode' => 0,
@@ -27,7 +27,7 @@ WriteMakefile
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
- 'bin/straw-viewer'
+ 'bin/fair-viewer'
],
'PL_FILES' => {}
)