1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Author: Robert James Clay <jame@rocasa.us>
Description: Correct the PREREQ_PM for PGObject still being defined in the
Makefile.PL when, as per the version 2 Changes file, it is no longer required.
Forwarded: https://github.com/ledgersmb/PGObject-Util-PseudoCSV/issues/5
Applied-Upstream: commit: https://github.com/ledgersmb/PGObject-Util-PseudoCSV/commit/0c3f75589b0bb1c3e3f1b62f307ddb3f5323c9be
Last-Update: 2018-08-05
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,9 +12,6 @@
? ('LICENSE'=> 'bsd')
: ()),
PL_FILES => {},
- PREREQ_PM => {
- 'PGObject' => 1.400001,
- },
BUILD_REQUIRES => {
'Test::More' => 0,
},
|