{% set name = "perl-base" %}
{% set version = "2.23" %}
{% set sha256 = "40f55841299a9fe6fab03cd098f94e9221fb516978e9ef40fd8ff2cbd6625dde" %}

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

source:
  url: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/base-2.23.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:
  host:
    - perl
    - perl-extutils-makemaker
  run:
    - perl

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

  # 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/base
  license: unknown
  summary: 'compile-time class fields'

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