Alien-Build

 view release on metacpan or  search on metacpan

corpus/vcpkg/r2/installed/vcpkg/info/lz4_1.9.2_x64-windows.list  view on Meta::CPAN

x64-windows/bin/lz4.dll
x64-windows/bin/lz4.pdb
x64-windows/debug/
x64-windows/debug/bin/
x64-windows/debug/bin/lz4d.dll
x64-windows/debug/bin/lz4d.pdb
x64-windows/debug/lib/
x64-windows/debug/lib/lz4d.lib
x64-windows/include/
x64-windows/include/lz4.h
x64-windows/include/lz4frame.h
x64-windows/include/lz4frame_static.h
x64-windows/include/lz4hc.h
x64-windows/lib/
x64-windows/lib/lz4.lib
x64-windows/share/
x64-windows/share/lz4/
x64-windows/share/lz4/copyright
x64-windows/share/lz4/lz4Config-debug.cmake
x64-windows/share/lz4/lz4Config-release.cmake
x64-windows/share/lz4/lz4Config.cmake
x64-windows/share/lz4/vcpkg_abi_info.txt

lib/Alien/Build/Manual/Alien.pod  view on Meta::CPAN

version 2.84

=head1 SYNOPSIS

 perldoc Alien::Build::Manual::Alien

=head1 DESCRIPTION

The goal of the L<Alien> namespace is to provide non-CPAN dependencies (so called "Alien" dependencies) for
CPAN modules. The history and intent of this idea is documented in the documentation-only L<Alien> module.
The C<Alien-Build> distribution provides a framework for building aliens. The intent is to fix bugs and
enhance the interface of a number of common tools so that all aliens may benefit. The distribution is broken
up into these parts:

=over 4

=item The Alien Installer (configure / build-time)

L<Alien::Build> and L<alienfile> are used to detect and install aliens. They are further documented in
L<Alien::Build::Manual::AlienAuthor>.

t/test_alien.t  view on Meta::CPAN

      $st->();
    },
    array {
      event Note => sub {
        call message => 'one';
      };
      event Bail => sub {
        call reason => 'Segmentation fault';
        call facet_data => hash {
          field trace => hash {
            field frame => array {
              item 'main';
              item __FILE__;
              item $kill_line;
              etc;
            };
            etc;
          };
          etc;
        };
        etc;



( run in 3.715 seconds using v1.01-cache-2.11-cpan-e1769b4cff6 )