|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-aliased
|
|
|
|
|
Version: 0.33
|
|
|
|
|
Version: 0.34
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Use shorter versions of class names
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -9,11 +9,11 @@ BuildArch: noarch
|
|
|
|
|
# Module Build
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl(Module::Build::Tiny) >= 0.039
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
# Module Runtime
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
# Test Suite
|
|
|
|
|
BuildRequires: perl(B)
|
|
|
|
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
|
|
|
@ -52,6 +52,10 @@ perl Build.PL --installdirs=vendor
|
|
|
|
|
%{_mandir}/man3/aliased.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 6 2015 Paul Howarth <paul@city-fan.org> - 0.34-1
|
|
|
|
|
- Update to 0.34
|
|
|
|
|
- Re-release to fix problematic $VERSION declaration (CPAN RT#101095)
|
|
|
|
|
|
|
|
|
|
* Mon Dec 22 2014 Paul Howarth <paul@city-fan.org> - 0.33-1
|
|
|
|
|
- Update to 0.33
|
|
|
|
|
- Don't inherit from Exporter
|
|
|
|
|