App-Math-Tutor
view release on metacpan or search on metacpan
inc/File-ShareDir-Install/File/ShareDir/Install.pm view on Meta::CPAN
}
}
#####################################################################
# Build the postamble section
sub postamble
{
my $self = shift;
my @ret; # = $self->SUPER::postamble( @_ );
foreach my $def ( @DIRS ) {
push @ret, __postamble_share_dir( $self, $def );
}
return join "\n", @ret;
}
#####################################################################
sub __postamble_share_dir
{
my( $self, $def ) = @_;
( run in 1.306 second using v1.01-cache-2.11-cpan-49f99fa48dc )