{% set name = "perl-xml-namespacesupport" %}
{% set version = "1.12" %}
{% set sha256 = "47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef" %}

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

source:
  url: https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.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: 1

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

  run:
    - perl
    - perl-constant

test:
  imports:
    - XML::NamespaceSupport

about:
  home: https://github.com/perigrin/xml-namespacesupport
  license: perl_5
  summary: 'a simple generic namespace support class'
