Package perl-Getopt-Std-Strict: Specfile

#
#   - Getopt::Std::Strict -
#   This spec file was automatically generated by cpan2rpm [ver: 2.028]
#   (ALT Linux revision)
#   The following arguments were used:
#       '--packager=Igor Vlasenko <viy@altlinux.ru>' http://search.cpan.org/CPAN/authors/id/L/LE/LEOCHARRE/Getopt-Std-Strict-1.01.tar.gz
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module Getopt-Std-Strict
%define m_distro Getopt-Std-Strict
%define m_name Getopt::Std::Strict
%define m_author_id unknown
%define _enable_test 1

Name: perl-Getopt-Std-Strict
Version: 1.01
Release: alt1

Summary: Getopt-Std but option specs are passed at compile time

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Igor Vlasenko <viy@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org/CPAN/authors/id/L/LE/LEOCHARRE/%m_distro-%version.tar.gz
BuildRequires: perl-devel

%description
Getopt::Std is nice but it could be even easier to use.
This is how I would like Getopt::Std to behave.

Two main concepts are strengthened here, on top of Getopt::Std.

   1) Variables are created even under use strict
   2) Your option specs are passed at compile time.

%prep
%setup -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/Getopt/*

%changelog
* Fri Nov 18 2011 Igor Vlasenko <viy@altlinux.ru> 1.01-alt1
- initial import