Alien-UnicornEngine
view release on metacpan or search on metacpan
},
alien_provides_cflags => '-fPIC',
alien_build_commands => [
'%{gmake} clean all',
],
alien_install_commands => [
'%{gmake} install PREFIX=%s',
],
meta_merge => {
resources => {
repository => 'https://github.com/selectiveintellect/p5-alien-unicorn',
bugtracker => 'https://github.com/selectiveintellect/p5-alien-unicorn/issues',
},
},
);
$build->create_build_script;
$build->dispatch('distmeta');
$build->dispatch('manifest');
$build->dispatch('build');
__END__
This software is Copyright (c) 2016 by Selective Intellect LLC <github@selectiveintellect.com>
This is free software, licensed under:
The MIT (X11) License
The MIT License
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software
},
"provides" : {
"Alien::UnicornEngine" : {
"file" : "lib/Alien/UnicornEngine.pm",
"version" : "0.05"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/selectiveintellect/p5-alien-unicorn/issues"
},
"license" : [
"http://www.opensource.org/licenses/mit-license.php"
],
"repository" : {
"url" : "https://github.com/selectiveintellect/p5-alien-unicorn"
}
},
"version" : "0.05"
}
version: '1.4'
name: Alien-UnicornEngine
provides:
Alien::UnicornEngine:
file: lib/Alien/UnicornEngine.pm
version: '0.05'
requires:
Alien::Base: '0.029'
File::ShareDir: '1.00'
resources:
bugtracker: https://github.com/selectiveintellect/p5-alien-unicorn/issues
license: http://www.opensource.org/licenses/mit-license.php
repository: https://github.com/selectiveintellect/p5-alien-unicorn
version: '0.05'
SEE ALSO
Alien::Base
AUTHORS
Vikas N Kumar <vikas@cpan.org>
REPOSITORY
https://github.com/selectiveintellect/p5-alien-unicorn.git
COPYRIGHT
Copyright (C) 2016. Selective Intellect LLC
<github@selectiveintellect.com>. All Rights Reserved.
LICENSE
This is free software under the MIT license.
lib/Alien/UnicornEngine.pm view on Meta::CPAN
=item C<Alien::Base>
=back
=head1 AUTHORS
Vikas N Kumar <vikas@cpan.org>
=head1 REPOSITORY
L<https://github.com/selectiveintellect/p5-alien-unicorn.git>
=head1 COPYRIGHT
Copyright (C) 2016. Selective Intellect LLC <github@selectiveintellect.com>. All Rights Reserved.
=head1 LICENSE
This is free software under the MIT license.
( run in 0.743 second using v1.01-cache-2.11-cpan-49f99fa48dc )