X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.inc%2F53_autogen_pod.pl;h=fb222eea0d29054ec7996f7e9ec55f93e12541c6;hb=2053211a210d15dbb7e354390b294955e9d591a2;hp=ec6c1a182d2fc87ccc0c68ef48498d05b0bf6465;hpb=ad9445888039e05c8ca9ecf8b88948034ebaf0c1;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/Makefile.PL.inc/53_autogen_pod.pl b/maint/Makefile.PL.inc/53_autogen_pod.pl index ec6c1a1..fb222ee 100644 --- a/maint/Makefile.PL.inc/53_autogen_pod.pl +++ b/maint/Makefile.PL.inc/53_autogen_pod.pl @@ -56,6 +56,7 @@ EOP my $great_success; { local @ARGV = ('--documentation-as-pod', $pod_fn); + local $0 = 'dbicadmin'; local *CORE::GLOBAL::exit = sub { $great_success++; die; }; do 'script/dbicadmin'; }