Game-Pexeso
view release on metacpan or search on metacpan
inc/MyBuilder.pm view on Meta::CPAN
$p->{install_path}{share} = File::Spec->catdir(@dirs);
}
# Proceed normally
$self->SUPER::ACTION_install(@_);
}
sub ACTION_post_install {
my $self = shift;
print "Updating desktop database\n";
system('update-desktop-database');
}
sub ACTION_build {
my $self = shift;
# Copy the files in share/
foreach my $entry (@{ $self->rscan_dir('share') }) {
# Skip hidden entries or folders
( run in 1.127 second using v1.01-cache-2.11-cpan-299005ec8e3 )