|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Moose
|
|
|
|
|
Version: 0.13
|
|
|
|
|
Version: 0.14
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Complete modern object system for Perl 5
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
@ -28,13 +28,6 @@ BuildRequires: perl(HTTP::Headers), perl(Params::Coerce), perl(URI)
|
|
|
|
|
# packaging it.
|
|
|
|
|
#BuildRequires: perl(Regexp::Common), perl(Locale::US)
|
|
|
|
|
|
|
|
|
|
# cpanspec autogenerated requires...
|
|
|
|
|
#Requires: perl(Class::MOP) >= 0.34
|
|
|
|
|
#Requires: perl(Sub::Exporter) >= 0.954
|
|
|
|
|
#Requires: perl(Sub::Install) >= 0.92
|
|
|
|
|
#Requires: perl(Sub::Name) >= 0.02
|
|
|
|
|
#Requires: perl(UNIVERSAL::require) >= 0.10
|
|
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -68,6 +61,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 10 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.14-1
|
|
|
|
|
- update to 0.14
|
|
|
|
|
- drop some cruft from the specfile
|
|
|
|
|
|
|
|
|
|
* Tue Oct 03 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.13-1
|
|
|
|
|
- update to 0.13
|
|
|
|
|
|
|
|
|
|