From f915392d74ceea617810abc311f5833f0f559e23 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Mon, 24 May 2010 08:53:58 +0000 Subject: [PATCH] better punctuation; (Father Chrysostomos)++ --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index a930a7f..94f65a2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,7 @@ eval { require DBI; }; if ( $@ or DBI->VERSION < $DBI_required ) { - print "DBI 1.57 is required to configure this module, please install it or upgrade your CPAN/CPANPLUS shell\n"; + print "DBI 1.57 is required to configure this module; please install it or upgrade your CPAN/CPANPLUS shell.\n"; exit(0); }