{% set name = "perl-params-check" %}
{% set version = "0.38" %}
{% set sha256 = "f0c9d33876c36b1bca1475276d26d2efaf449b256d7cc8118fae012e89a26290" %}

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

#source:
  #url: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Params-Check-0.38.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:
    - perl

  run:
    - perl

test:
  # Perl 'use' tests
  imports:
    - Params::Check

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

  # requires:
    # Put any additional test requirements here.  For example
    # - nose

about:
  home: http://metacpan.org/pod/Params::Check
  license: perl_5
  summary: 'Templated based param validation'

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