NAME

SPVM::Resource::Zlib::V1_2_11 - zlib v1.2.11 Resource

SYNOPSYS

  # SPVM/MyZlib.config
  use strict;
  use warnings;

  my $config = SPVM::Builder::Config->new_gnu99(file => __FILE__);

  $config->use_resource('Resource::Zlib::V1_2_11');

  $config;
  

DESCRIPTION

SPVM::Resource::Zlib::V1_2_11 is a resource of zlib v1.2.11

See SPVM::Resource::Zlib.

AUTHOR

Yuki Kimoto

COPYRIGHT & LICENSE

Copyright 2022-2022 Yuki Kimoto, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.