- update to 0.22

epel9
Chris Weyl 18 years ago
parent 6e692987bc
commit 38b4d61f8f

@ -1 +1 @@
Moose-0.21.tar.gz Moose-0.22.tar.gz

@ -1,5 +1,5 @@
Name: perl-Moose Name: perl-Moose
Version: 0.21 Version: 0.22
Release: 1%{?dist} Release: 1%{?dist}
Summary: Complete modern object system for Perl 5 Summary: Complete modern object system for Perl 5
License: GPL or Artistic License: GPL or Artistic
@ -64,6 +64,8 @@ Perl 6 OO. So instead of switching to Ruby, I wrote Moose :)
%{__perl} Build.PL installdirs=vendor %{__perl} Build.PL installdirs=vendor
./Build ./Build
find t/ -type f -exec perl -pi -e 's|^#!/usr/local/bin|#!/usr/bin|' {} +
# Filter unwanted Provides: # Filter unwanted Provides:
cat << \EOF > %{name}-prov cat << \EOF > %{name}-prov
#!/bin/sh #!/bin/sh
@ -95,6 +97,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu May 31 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.22-1
- update to 0.22
* Fri May 04 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.21-1 * Fri May 04 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.21-1
- update to 0.21 - update to 0.21

@ -1 +1 @@
5934e2fe4a7bb988ea28b083c8a57638 Moose-0.21.tar.gz cc0b951659e9669a81a0e675b5618cb1 Moose-0.22.tar.gz

Loading…
Cancel
Save