{% set name = "perl-parent" %}
{% set version = "0.236" %}
{% set sha256 = "2d837ebd04f6aa4b8634c9fa9d0bead83f1bee4a8072defe862ee6eb82be127a" %}

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

source:
  url: https://cpan.metacpan.org/authors/id/C/CO/CORION/parent-0.236.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-test-more

  run:
    - perl
    #- perl-test-more

test:
  commands:
    - perl -e "use parent"

  # 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/parent
  license: perl_5
  summary: 'Establish an ISA relationship with base classes at compile time'

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