[DBD::Pg 2/2] Docs
dbdpg-commits-gENoVmVU/[email protected]
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> Subject: [DBD::Pg 2/2] Docs --- Makefile.PL | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index fdb2cbd..6eb9fb3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,8 @@ use 5.006001; ## No version.pm for this one, as the prereqs are not loaded yet. my $VERSION = '2.18.1'; +## App::Info is stored inside t/lib +## Create a proper path so we can use it below my $lib; BEGIN { use vars qw/$sep/; @@ -23,6 +25,7 @@ BEGIN { } use lib $lib; + if ($VERSION =~ /_/) { print "WARNING! This is a test version ($VERSION) and should not be used in production!\n"; } -- 1.7.0.5