Skip to content

Commit

Permalink
Build.PL: fix pod doc regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
dod38fr committed Jan 2, 2016
1 parent 8190bd4 commit d9a21e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ my $class = Module::Build->subclass(
sub ACTION_build {
my $self = shift;
# below requires Config::Model 2.062
system ($^X, qw!-I lib -MConfig::Model::Utils::GenClassPod -e 'gen_class_pod();'!) ;
system ($^X, qw!-I lib -MConfig::Model::Utils::GenClassPod -e gen_class_pod();!) == 0
or die "gen-class-pod failed: $?";
$self->SUPER::ACTION_build;
}
SUBCLASS
Expand Down

0 comments on commit d9a21e7

Please sign in to comment.