view release on metacpan or search on metacpan
lib/Alien/Tar/Size.pm view on Meta::CPAN
package Alien::Tar::Size;
use 5.006;
use strict;
use warnings;
use parent qw( Alien::Base );
use version; our $VERSION = version->declare("v0.2.2");
1;
__END__
view all matches for this distribution
view release on metacpan or search on metacpan
ThrustModuleBuild.pm view on Meta::CPAN
use File::Spec::Functions qw(splitpath);
use IO::File;
use IO::Uncompress::Unzip qw($UnzipError);
use File::Path qw(mkpath);
use parent 'Module::Build';
my $thrust_version = '0.7.6';
my $thrust_archive = 'thrust.zip';
ThrustModuleBuild.pm view on Meta::CPAN
my $self = shift;
if ($^O =~ /darwin/i) {
## ExtUtils::Install appears to break ThrustShell.App - maybe doesn't copy some meta-data or something?
$self->depends_on('build'); ## So that the parent class ACTION_install won't invoke it again
print "WARNING: Due to Mac OS X lameness, we are removing the thrust shell binaries from the blib directory before install. You will have to to re-build if you want to use this local blib.\n";
system("rm -rf blib/lib/auto/share/dist/Alien-Thrust/");
view all matches for this distribution
view release on metacpan or search on metacpan
inc/My/Build.pm view on Meta::CPAN
package My::Build;
########################################################################
use strict;
use warnings;
use parent 'Module::Build';
sub ACTION_build {
my $self = shift;
mkdir 'share';
view all matches for this distribution
view release on metacpan or search on metacpan
inc/My/Build.pm view on Meta::CPAN
package My::Build;
########################################################################
use strict;
use warnings;
use parent 'Module::Build';
sub ACTION_build {
my $self = shift;
mkdir 'share';
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Alien/UnRTF/ModuleBuild.pm view on Meta::CPAN
package Alien::UnRTF::ModuleBuild;
use parent 'Alien::Base::ModuleBuild';
use IPC::Open3;
sub alien_name {
'unrtf';
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/UnicornEngine.pm view on Meta::CPAN
package Alien::UnicornEngine;
use parent 'Alien::Base';
our $VERSION = '0.05';
1;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Unicruft.pm view on Meta::CPAN
package Alien::Unicruft;
use strict;
use warnings;
use parent 'Alien::Base';
our $VERSION = '0.003';
__END__
=pod
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Uninum.pm view on Meta::CPAN
package Alien::Uninum;
$Alien::Uninum::VERSION = '0.005';
use strict;
use warnings;
use parent 'Alien::Base';
sub Inline {
return unless $_[-1] eq 'C'; # Inline's error message is good
my $self = __PACKAGE__->new;
+{
view all matches for this distribution
view release on metacpan or search on metacpan
inc/inc_Module-Build/Module/Build.pm view on Meta::CPAN
amigaos Amiga
mpeix MPEiX
);
# Inserts the given module into the @ISA hierarchy between
# Module::Build and its immediate parent
sub _interpose_module {
my ($self, $mod) = @_;
eval "use $mod";
die $@ if $@;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/WFDB.pm view on Meta::CPAN
package Alien::WFDB;
$Alien::WFDB::VERSION = '0.005';
use strict;
use warnings;
use parent 'Alien::Base';
sub inline_auto_include {
[ 'wfdb.h' ];
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Web/ExtJS/V3.pm view on Meta::CPAN
package Alien::Web::ExtJS::V3;
use parent 'Alien::Web';
use strict;
use warnings;
# ABSTRACT: Perl distribution for static ExtJS 3.x sources
view all matches for this distribution