{% set name = "perl-exporter-tiny" %}
{% set version = "1.002002" %}
{% set sha256 = "00f0b95716b18157132c6c118ded8ba31392563d19e490433e9a65382e707101" %}

package:
  name: {{ name }}
  version: {{ version }}

source:
  url: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-{{ version }}.tar.gz
  sha256: {{ sha256 }}

build:
  noarch: generic
  number: 0
  script:
    - perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
    - make
    - make test
    - make install VERBINST=1

requirements:
  build:
    - make
  host:
    - perl
    - perl-extutils-makemaker
  run:
    - perl

test:
  imports:
    - Exporter::Shiny
    - Exporter::Tiny

about:
  home: https://metacpan.org/dist/Exporter-Tiny
  license: GPL-1.0-or-later OR Artistic-1.0-Perl
  license_family: OTHER
  summary: 'Exporter with the features of Sub::Exporter but only core dependencies'
  license_file:
    - LICENSE

extra:
  recipe-maintainers:
    - cbrueffer
