summaryrefslogtreecommitdiff
path: root/Lib/perl5/Makefile.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/perl5/Makefile.pl')
-rw-r--r--Lib/perl5/Makefile.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/perl5/Makefile.pl b/Lib/perl5/Makefile.pl
index 05240f1e9..cffdc8e79 100644
--- a/Lib/perl5/Makefile.pl
+++ b/Lib/perl5/Makefile.pl
@@ -7,7 +7,7 @@
# 2. Run perl as 'perl Makefile.pl'
# 3. Type 'make' to build your module
# 4. Type 'make install' to install your module.
-#
+#
# See "Programming Perl", 2nd. Ed, for more gory details than
# you ever wanted to know.
@@ -17,5 +17,3 @@ WriteMakefile(
'LIBS' => [''], # Custom libraries (if any)
'OBJECT' => '$module_wrap.o' # Object files
);
-
-