{% set name = "perl-exporter" %}
{% set version = "5.72" %}
{% set sha256 = "cd13b7a0e91e8505a0ce4b25f40fab2c92bb28a99ef0d03da1001d95a32f0291" %}

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

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

# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
build:
  noarch: generic
  number: 2

requirements:
  build:
    - make
    - perl
    - perl-extutils-makemaker
    #- perl-carp

  run:
    - perl
    #- perl-carp

test:
  # Perl 'use' tests
  commands:
    - perl -e "use Exporter"
    - perl -e "use Exporter::Heavy"

  # You can also put a file called run_test.pl (or run_test.py) in the recipe
  # that will be run at test time.

about:
  home: http://metacpan.org/pod/Exporter
  license: perl_5
  summary: 'Implements default import method for modules'

# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
