Alien-ed-GNU

 view release on metacpan or  search on metacpan

GNU.pm  view on Meta::CPAN


 use Alien::ed::GNU;

 print 'bin_dir: '.Alien::ed::GNU->bin_dir."\n"
         if defined Alien::ed::GNU->bin_dir;
 print 'dist_dir: '.Alien::ed::GNU->dist_dir."\n";
 print 'install_type: '.Alien::ed::GNU->install_type."\n";
 print 'version: '.Alien::ed::GNU->version."\n";

 # Output like (share):
 # bin_dir: ~home/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-ed-GNU/bin
 # dist_dir: ~home/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-ed-GNU
 # install_type: share
 # version: 1.17

 # Output like (system):
 # dist_dir: ~home/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-ed-GNU
 # install_type: system
 # version: 1.17

=head1 DEPENDENCIES

L<Alien::Base>.

=head1 REPOSITORY

L<https://github.com/michal-josef-spacek/Alien-ed-GNU>

README  view on Meta::CPAN


     use Alien::ed::GNU;

     print 'bin_dir: '.Alien::ed::GNU->bin_dir."\n"
             if defined Alien::ed::GNU->bin_dir;
     print 'dist_dir: '.Alien::ed::GNU->dist_dir."\n";
     print 'install_type: '.Alien::ed::GNU->install_type."\n";
     print 'version: '.Alien::ed::GNU->version."\n";

     # Output like (share):
     # bin_dir: ~home/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-ed-GNU/bin
     # dist_dir: ~home/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-ed-GNU
     # install_type: share
     # version: 1.17

     # Output like (system):
     # dist_dir: ~home/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-ed-GNU
     # install_type: system
     # version: 1.17

DEPENDENCIES
    Alien::Base.

REPOSITORY
    <https://github.com/michal-josef-spacek/Alien-ed-GNU>

AUTHOR

examples/print_variables.pl  view on Meta::CPAN


use Alien::ed::GNU;

print 'bin_dir: '.Alien::ed::GNU->bin_dir."\n"
        if defined Alien::ed::GNU->bin_dir;
print 'dist_dir: '.Alien::ed::GNU->dist_dir."\n";
print 'install_type: '.Alien::ed::GNU->install_type."\n";
print 'version: '.Alien::ed::GNU->version."\n";

# Output like (share):
# bin_dir: ~home/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-ed-GNU/bin
# dist_dir: ~home/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-ed-GNU
# install_type: share
# version: 1.17

# Output like (system):
# dist_dir: ~home/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/auto/share/dist/Alien-ed-GNU
# install_type: system
# version: 1.17



( run in 0.724 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )