- update to 0.22

This commit is contained in:
Chris Weyl 2007-06-01 00:46:47 +00:00
parent 6e692987bc
commit 38b4d61f8f
3 changed files with 8 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
Name: perl-Moose
Version: 0.21
Version: 0.22
Release: 1%{?dist}
Summary: Complete modern object system for Perl 5
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
./Build
find t/ -type f -exec perl -pi -e 's|^#!/usr/local/bin|#!/usr/bin|' {} +
# Filter unwanted Provides:
cat << \EOF > %{name}-prov
#!/bin/sh
@ -95,6 +97,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%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
- update to 0.21

View File

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