Alien-Build

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

1.79      2019-07-15 14:26:16 -0400
  - Fix CBuilder probe plugin on platforms where /tmp is mounted noexec (gh#133, gh#134)

1.78      2019-06-30 21:31:23 -0400
  - Production release identical to 1.77_01

1.77_01   2019-06-28 12:08:12 -0400
  - _alien/alien.json file is generated using ->canonical(1) for reproducibility
    (gh#132 Grinnz++ for the suggestion)
  - _alien/alien.json file is generated using ->ascii to avoid warnings / errors
    when unicode is included in install/runtime properties.
    (gh#132 Grinnz++ for the suggestion)

1.76      2019-06-23 11:01:08 -0400
  - Production release identical to 1.75_01

1.75_01   2019-06-07 15:06:30 -0400
  - Download::Negotiate defaults to Deocde::Mojo instead of Decode::HTML for
    share installs that require parsing an HTML index (gh#127, gh#115).

1.74      2019-05-22 08:43:10 -0400

corpus/vcpkg/r2/installed/vcpkg/info/libxml2_2.9.9-5_x64-windows.list  view on Meta::CPAN

x64-windows/include/libxml/xmlerror.h
x64-windows/include/libxml/xmlexports.h
x64-windows/include/libxml/xmlmemory.h
x64-windows/include/libxml/xmlmodule.h
x64-windows/include/libxml/xmlreader.h
x64-windows/include/libxml/xmlregexp.h
x64-windows/include/libxml/xmlsave.h
x64-windows/include/libxml/xmlschemas.h
x64-windows/include/libxml/xmlschemastypes.h
x64-windows/include/libxml/xmlstring.h
x64-windows/include/libxml/xmlunicode.h
x64-windows/include/libxml/xmlversion.h
x64-windows/include/libxml/xmlwin32version.h
x64-windows/include/libxml/xmlwriter.h
x64-windows/include/libxml/xpath.h
x64-windows/include/libxml/xpathInternals.h
x64-windows/include/libxml/xpointer.h
x64-windows/lib/
x64-windows/lib/libxml2.lib
x64-windows/share/
x64-windows/share/libxml2/

t/alien_build_plugin_core_gather.t  view on Meta::CPAN

        end;
      };
      etc;
    },
    'has arch and arch-indy pkg-config paths',
  );


};

subtest '_alien/alien.json should be okay with unicode' => sub {

  my $build = alienfile q{
    use alienfile;
    use utf8;
    probe sub { 'system' };
    gather sub {
      my($build) = @_;
      $build->runtime_prop->{'龍'} = '火';
    };
  };



( run in 0.850 second using v1.01-cache-2.11-cpan-88abd93f124 )