Chris Weyl 3c86c3e
Name:           perl-Mouse
Chris Weyl 3c86c3e
Summary:        Moose minus the antlers
7755986
Version:        2.4.2
cf5f6d8
Release:        5%{?dist}
Chris Weyl 3c86c3e
License:        GPL+ or Artistic
Chris Weyl 3c86c3e
Group:          Development/Libraries
Chris Weyl 3c86c3e
URL:            http://search.cpan.org/dist/Mouse
0ccbee4
Source0:        http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Mouse-%{version}.tar.gz 
ffc243f
# The build of Data::Dump::Streamer fails with 5.21.x and higher
ffc243f
# Disable the optional test to build Mouse with Perl 5.22
ffc243f
Patch0:         Mouse-2.4.2-Disable-using-Data-Dump-Streamer.patch
cf5f6d8
# Fix interaction with threads in perl-5.22, not compatible with older perls,
cf5f6d8
# bug #1235938, <https://github.com/gfx/p5-Mouse/pull/50>
cf5f6d8
Patch1:         Mouse-2.4.2-Fix-thread-issue-for-Perl-5.22.0-or-higher.patch
cf5f6d8
# Enable and correct threads test, not compatible with older perls,
cf5f6d8
# bug #1235938, <https://github.com/gfx/p5-Mouse/pull/50>
cf5f6d8
Patch2:         Mouse-2.4.2-Fix-test-code.patch
0ccbee4
# Module Build
0ccbee4
BuildRequires:  perl
Chris Weyl e675967
BuildRequires:  perl(Devel::PPPort) >= 3.19
0ccbee4
BuildRequires:  perl(ExtUtils::ParseXS)
7466c9b
BuildRequires:  perl(Fatal)
0ccbee4
BuildRequires:  perl(File::Basename)
0ccbee4
BuildRequires:  perl(File::Copy)
0ccbee4
BuildRequires:  perl(File::Find)
0ccbee4
BuildRequires:  perl(File::Spec)
0ccbee4
BuildRequires:  perl(Module::Build::XSUtil)
0ccbee4
BuildRequires:  perl(utf8)
0ccbee4
# Module Runtime
0ccbee4
BuildRequires:  perl(B)
0ccbee4
BuildRequires:  perl(base)
0ccbee4
BuildRequires:  perl(Carp)
0ccbee4
BuildRequires:  perl(constant)
0ccbee4
BuildRequires:  perl(Data::Dumper)
0ccbee4
BuildRequires:  perl(Filter::Simple)
0ccbee4
BuildRequires:  perl(mro)
0ccbee4
BuildRequires:  perl(overload)
0ccbee4
BuildRequires:  perl(Scalar::Util) >= 1.14
0ccbee4
BuildRequires:  perl(strict)
0ccbee4
BuildRequires:  perl(Test::Builder)
0ccbee4
BuildRequires:  perl(warnings)
0ccbee4
BuildRequires:  perl(XSLoader) >= 0.02
0ccbee4
# Test Suite
0ccbee4
BuildRequires:  perl(Config)
0ccbee4
BuildRequires:  perl(Cwd)
0ccbee4
BuildRequires:  perl(FindBin)
0ccbee4
BuildRequires:  perl(if)
0ccbee4
BuildRequires:  perl(IO::Handle)
Chris Weyl e675967
BuildRequires:  perl(IO::String)
0ccbee4
BuildRequires:  perl(lib)
0ccbee4
BuildRequires:  perl(List::Util)
0ccbee4
BuildRequires:  perl(Test::Builder::Tester)
0ccbee4
BuildRequires:  perl(Test::Exception)
0ccbee4
BuildRequires:  perl(Test::Fatal)
0ccbee4
BuildRequires:  perl(Test::LeakTrace) >= 0.10
0ccbee4
BuildRequires:  perl(Test::More) >= 0.88
0ccbee4
BuildRequires:  perl(Test::Requires)
0ccbee4
BuildRequires:  perl(Tie::Array)
0ccbee4
BuildRequires:  perl(Tie::Hash)
0ccbee4
BuildRequires:  perl(Tie::Scalar)
0ccbee4
# Optional Tests
ffc243f
%if ! 0%(perl -e 'print $] >= 5.022')
0ccbee4
BuildRequires:  perl(Data::Dump::Streamer)
ffc243f
%endif
0ccbee4
BuildRequires:  perl(Declare::Constraints::Simple)
0ccbee4
BuildRequires:  perl(HTTP::Headers)
05509de
BuildRequires:  perl(Locale::US)
Chris Weyl 3c86c3e
BuildRequires:  perl(Moose)
0ccbee4
BuildRequires:  perl(Params::Coerce)
Chris Weyl e675967
BuildRequires:  perl(Path::Class)
0ccbee4
BuildRequires:  perl(Pod::Coverage::Moose)
05509de
BuildRequires:  perl(Regexp::Common)
0ccbee4
BuildRequires:  perl(Test)
Chris Weyl e675967
BuildRequires:  perl(Test::Deep)
Chris Weyl e675967
BuildRequires:  perl(Test::Output)
0ccbee4
BuildRequires:  perl(URI)
0ccbee4
# Runtime
0ccbee4
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Chris Weyl 3c86c3e
Requires:       perl(Scalar::Util) >= 1.14
0ccbee4
Requires:       perl(Data::Dumper)
0ccbee4
Requires:       perl(mro)
d155c23
Requires:       perl(XSLoader) >= 0.02
Chris Weyl 3c86c3e
0ccbee4
# Virtual provides for perl-Any-Moose
51548d8
Provides:       perl(Any-Moose) = %{version}
51548d8
Chris Weyl 1cd9094
%{?perl_default_filter}
c45029d
# filter unversioned Mouse::Util provide from Mouse/PurePerl.pm
c45029d
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(Mouse::Util\\)$
Chris Weyl f975c2f
Chris Weyl f975c2f
%description
fbe0167
Moose, a powerful metaobject-fueled extension of the Perl 5 object system,
Chris Weyl f975c2f
is wonderful.  (For more information on Moose, please see 'perldoc Moose'
Chris Weyl f975c2f
after installing the perl-Moose package.)
Chris Weyl f975c2f
Chris Weyl f975c2f
Unfortunately, it's a little slow. Though significant progress has been
Chris Weyl f975c2f
made over the years, the compile time penalty is a non-starter for some
Chris Weyl f975c2f
applications.  Mouse aims to alleviate this by providing a subset of Moose's
Chris Weyl 827fd78
functionality, faster.
Chris Weyl f975c2f
1734c4c
%package -n perl-Test-Mouse
1734c4c
License:    GPL+ or Artistic
1734c4c
Group:      Development/Libraries
1734c4c
Summary:    Test functions for Mouse specific features
1734c4c
Requires:   %{name} = %{version}-%{release}
1734c4c
1734c4c
%description -n perl-Test-Mouse
1734c4c
This module provides some useful test functions for Mouse based classes. It is
1734c4c
an experimental first release, so comments and suggestions are very welcome.
1734c4c
Chris Weyl f975c2f
%prep
Chris Weyl f975c2f
%setup -q -n Mouse-%{version}
ffc243f
%if 0%(perl -e 'print $] >= 5.022')
ffc243f
%patch0 -p1
cf5f6d8
%patch1 -p1
cf5f6d8
%patch2 -p1
ffc243f
%endif
Chris Weyl f975c2f
0ccbee4
# Fix permissions
0ccbee4
find . -type f -exec chmod -c -x {} ';'
0ccbee4
0ccbee4
# Fix shellbangs
0ccbee4
find t/ xt/ benchmarks/ example/ tool/ -type f -print0 |
0ccbee4
  xargs -0 sed -i '1s|^#!.*perl|#!%{__perl}|'
Chris Weyl 824872f
Chris Weyl f975c2f
%build
0ccbee4
perl Build.PL --installdirs=vendor
0ccbee4
./Build
Chris Weyl f975c2f
Chris Weyl f975c2f
%install
0ccbee4
./Build install --destdir=%{buildroot} --create_packlist=0
fbe0167
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
0ccbee4
%{_fixperms} %{buildroot}
Chris Weyl f975c2f
Chris Weyl f975c2f
%check
0ccbee4
./Build test
Chris Weyl f975c2f
Chris Weyl f975c2f
%files
c467d8f
%doc Changes benchmarks/ example/ tool/ t/ xt/
0ccbee4
%{perl_vendorarch}/auto/Mouse/
0ccbee4
%{perl_vendorarch}/Mouse.pm
0ccbee4
%{perl_vendorarch}/Mouse/
0ccbee4
%{perl_vendorarch}/ouse.pm
0ccbee4
%{perl_vendorarch}/Squirrel.pm
0ccbee4
%{perl_vendorarch}/Squirrel/
0ccbee4
%{_mandir}/man3/Mouse.3*
0ccbee4
%{_mandir}/man3/Mouse::Exporter.3*
0ccbee4
%{_mandir}/man3/Mouse::Meta::Attribute.3*
0ccbee4
%{_mandir}/man3/Mouse::Meta::Class.3*
0ccbee4
%{_mandir}/man3/Mouse::Meta::Method.3*
0ccbee4
%{_mandir}/man3/Mouse::Meta::Method::Accessor.3*
0ccbee4
%{_mandir}/man3/Mouse::Meta::Method::Constructor.3*
0ccbee4
%{_mandir}/man3/Mouse::Meta::Method::Delegation.3*
0ccbee4
%{_mandir}/man3/Mouse::Meta::Method::Destructor.3*
0ccbee4
%{_mandir}/man3/Mouse::Meta::Module.3*
0ccbee4
%{_mandir}/man3/Mouse::Meta::Role.3*
0ccbee4
%{_mandir}/man3/Mouse::Meta::Role::Application.3*
0ccbee4
%{_mandir}/man3/Mouse::Meta::Role::Composite.3*
0ccbee4
%{_mandir}/man3/Mouse::Meta::Role::Method.3*
0ccbee4
%{_mandir}/man3/Mouse::Meta::TypeConstraint.3*
0ccbee4
%{_mandir}/man3/Mouse::Object.3*
0ccbee4
%{_mandir}/man3/Mouse::PurePerl.3*
0ccbee4
%{_mandir}/man3/Mouse::Role.3*
0ccbee4
%{_mandir}/man3/Mouse::Spec.3*
0ccbee4
%{_mandir}/man3/Mouse::Tiny.3*
0ccbee4
%{_mandir}/man3/Mouse::TypeRegistry.3*
0ccbee4
%{_mandir}/man3/Mouse::Util.3*
0ccbee4
%{_mandir}/man3/Mouse::Util::MetaRole.3*
0ccbee4
%{_mandir}/man3/Mouse::Util::TypeConstraints.3*
0ccbee4
%{_mandir}/man3/Mouse::XS.3*
0ccbee4
%{_mandir}/man3/ouse.3*
0ccbee4
%{_mandir}/man3/Squirrel.3*
0ccbee4
%{_mandir}/man3/Squirrel::Role.3*
1734c4c
1734c4c
%files -n perl-Test-Mouse
0ccbee4
%{perl_vendorarch}/Test/
0ccbee4
%{_mandir}/man3/Test::Mouse.3*
Chris Weyl f975c2f
Chris Weyl f975c2f
%changelog
cf5f6d8
* Fri Jun 26 2015 Petr Pisar <ppisar@redhat.com> - 2.4.2-5
cf5f6d8
- Fix interaction with threads in perl-5.22 (bug #1235938)
cf5f6d8
1a65c82
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-4
1a65c82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1a65c82
8aa8642
* Mon Jun 08 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.2-3
8aa8642
- Perl 5.22 rebuild
8aa8642
ffc243f
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.2-2
ffc243f
- Disable using of Data::Dump::Streamer with Perl 5.22
ffc243f
7755986
* Sun Apr 12 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 2.4.2-1
7755986
- Update to 2.4.2
7755986
0ccbee4
* Tue Oct  7 2014 Paul Howarth <paul@city-fan.org> - 2.4.1-1
0ccbee4
- Update to 2.4.1
0ccbee4
  - Merged the pull-request #13, which fixed an issue where the behavior of
0ccbee4
    role method confliction was different from Moose; this change might affect
0ccbee4
    your existing code so the major version has incremented (see
0ccbee4
    t/030_roles/role_conflict_and_inheritance.t for details)
0ccbee4
  - Dropped 5.6.2 support
0ccbee4
  - Migrated to Minilla
0ccbee4
  - Fixed #16 (Inconsistent coercion/validation of Bool type)
0ccbee4
  - Fixed #17 (Memory leak in applying roles to instances)
0ccbee4
- Classify buildreqs by usage
0ccbee4
- Switch to Module::Build flow
0ccbee4
- Make %%files list more explicit
0ccbee4
f113ea9
* Mon Sep 01 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.13-3
f113ea9
- Perl 5.20 rebuild
f113ea9
9adb918
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-2
9adb918
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9adb918
a6f56ca
* Wed Aug 06 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.13-1
a6f56ca
- 1.13 bump
a6f56ca
f698b0c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-2
f698b0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f698b0c
c83e6ba
* Fri Aug 16 2013 Iain Arnell <iarnell@gmail.com> 1.11-1
c83e6ba
- update to latest upstream version
c83e6ba
de07f6b
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 1.06-2
de07f6b
- Perl 5.18 rebuild
de07f6b
7466c9b
* Fri Apr 19 2013 Iain Arnell <iarnell@gmail.com> 1.06-1
7466c9b
- update to latest upstream version
7466c9b
273324d
* Fri Feb 15 2013 Iain Arnell <iarnell@gmail.com> 1.05-1
273324d
- update to latest upstream version
273324d
- drop old tests sub-package obsoletes/provides
273324d
58396b9
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-2
58396b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
58396b9
611d685
* Fri Jan 18 2013 Iain Arnell <iarnell@gmail.com> 1.04-1
611d685
- update to latest upstream version
611d685
cb4f628
* Fri Sep 07 2012 Iain Arnell <iarnell@gmail.com> 1.02-1
cb4f628
- update to latest upstream version
cb4f628
e7e20ff
* Sun Aug 26 2012 Iain Arnell <iarnell@gmail.com> 1.01-1
e7e20ff
- update to latest upstream version
e7e20ff
cd4d474
* Sat Jul 21 2012 Iain Arnell <iarnell@gmail.com> 0.99-1
cd4d474
- update to latest upstream version
cd4d474
2acaba1
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.97-5
2acaba1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2acaba1
5a5c073
* Fri Jun 22 2012 Petr Pisar <ppisar@redhat.com> - 0.97-4
5a5c073
- Perl 5.16 rebuild
5a5c073
1734c4c
* Wed Apr 18 2012 Iain Arnell <iarnell@gmail.com> 0.97-3
1734c4c
- sub-package Test::Mouse (rhbz#813698)
c467d8f
- drop tests sub-package; move tests to main package documentation
c45029d
- filter unversioned Mouse::Util from provides
1734c4c
33f28c0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.97-2
33f28c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
33f28c0
b19f5ce
* Sat Oct 15 2011 Iain Arnell <iarnell@gmail.com> 0.97-1
b19f5ce
- update to latest upstream version
b19f5ce
51548d8
* Sun Oct 09 2011 Iain Arnell <iarnell@gmail.com> 0.95-1
51548d8
- update to latest upstream version
51548d8
- add virtual provides for perl-Any-Moose
fbe0167
- clean up some rpmlint warnings
51548d8
3cb26c3
* Thu Jul 21 2011 Iain Arnell <iarnell@gmail.com> 0.93-3
3cb26c3
- Perl mass rebuild
3cb26c3
0cd64cd
* Wed Jul 20 2011 Iain Arnell <iarnell@gmail.com> 0.93-2
0cd64cd
- Perl mass rebuild
0cd64cd
d155c23
* Sun Jun 26 2011 Iain Arnell <iarnell@gmail.com> 0.93-1
d155c23
- update to latest upstream version
d155c23
05509de
* Thu May 12 2011 Iain Arnell <iarnell@gmail.com> 0.92-1
05509de
- update to latest upstream version
05509de
- clean up spec for modern rpmbuild
05509de
- additional BRs for improved test coverage
05509de
45abb6c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.58-4
45abb6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
45abb6c
cbabb0e
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.58-3
cbabb0e
- 661697 rebuild for fixing problems with vendorach/lib
cbabb0e
Chris Weyl 2e59f4a
* Tue May 18 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.58-2
Chris Weyl 2e59f4a
- bump
Chris Weyl 2e59f4a
Chris Weyl 824872f
* Mon May 17 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.58-1
Chris Weyl 824872f
- include .proverc in tests subpackage
Chris Weyl 824872f
- update by Fedora::App::MaintainerTools 0.006
Chris Weyl 824872f
- updating to latest GA CPAN version (0.58)
Chris Weyl 824872f
0eed4a0
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.53-2
1300b63
- Mass rebuild with perl-5.12.0 & update
f322514
Chris Weyl e675967
* Fri Apr 16 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.53-1
Chris Weyl e675967
- update by Fedora::App::MaintainerTools 0.006
Chris Weyl e675967
- updating to latest GA CPAN version (0.53)
Chris Weyl e675967
- altered br on perl(Devel::PPPort) (0 => 3.19)
Chris Weyl e675967
- altered br on perl(ExtUtils::ParseXS) (0 => 2.21)
Chris Weyl e675967
- altered br on perl(Test::Exception) (0 => 0.29)
Chris Weyl e675967
- added a new br on perl(Test::Requires) (version 0.03)
Chris Weyl e675967
- added manual BR on perl(Class::Method::Modifiers) (or override to 0)
Chris Weyl e675967
- added manual BR on perl(Test::Deep) (or override to 0)
Chris Weyl e675967
- added manual BR on perl(Test::Output) (or override to 0)
Chris Weyl e675967
- added manual BR on perl(Path::Class) (or override to 0)
Chris Weyl e675967
- added manual BR on perl(IO::File) (or override to 0)
Chris Weyl e675967
- added manual BR on perl(IO::String) (or override to 0)
Chris Weyl e675967
Chris Weyl 3c86c3e
* Sun Feb 28 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.50-1
Chris Weyl 3c86c3e
- update by Fedora::App::MaintainerTools 0.004
Chris Weyl 3c86c3e
- PERL_INSTALL_ROOT => DESTDIR
Chris Weyl 3c86c3e
Chris Weyl c9d5c5d
* Wed Jan 20 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.47-1
Chris Weyl c9d5c5d
- add perl_default_filter
Chris Weyl c9d5c5d
- we're no longer noarch
Chris Weyl c9d5c5d
- auto-update to 0.47 (by cpan-spec-update 0.01)
Chris Weyl c9d5c5d
- added a new br on perl(Devel::PPPort) 
Chris Weyl c9d5c5d
- added a new br on perl(ExtUtils::ParseXS)
Chris Weyl c9d5c5d
- added a new br on perl(XSLoader) (version 0.1)
Chris Weyl c9d5c5d
- added a new req on perl(Scalar::Util) (version 1.14)
Chris Weyl c9d5c5d
- added a new req on perl(XSLoader) (version 0.1)
Chris Weyl c9d5c5d
e8fd7d3
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.35-2
e8fd7d3
- rebuild against perl 5.10.1
e8fd7d3
Chris Weyl 1cd9094
* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.35-1
Chris Weyl 1cd9094
- update filtering
Chris Weyl 1cd9094
- drop our soft-requires (except 1).  Anything using Mouse by this point
Chris Weyl 1cd9094
  should know to require them if their bits are needed.
Chris Weyl 1cd9094
- add benchmarks/ to doc
Chris Weyl 1cd9094
- auto-update to 0.35 (by cpan-spec-update 0.01)
Chris Weyl 1cd9094
- altered br on perl(Test::Exception) (0.21 => 0.27)
Chris Weyl 1cd9094
- altered br on perl(Test::More) (0.8 => 0.88)
Chris Weyl 1cd9094
Chris Weyl f163334
* Sat Sep 19 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.28-1
Chris Weyl f163334
- auto-update to 0.28 (by cpan-spec-update 0.01)
Chris Weyl f163334
Chris Weyl 0511fe2
* Fri Jul 31 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.27-1
Chris Weyl 0511fe2
- auto-update to 0.27 (by cpan-spec-update 0.01)
Chris Weyl 0511fe2
6939bf0
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.25-2
6939bf0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6939bf0
Chris Weyl 90203b4
* Mon Jun 22 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.25-1
Chris Weyl 90203b4
- auto-update to 0.25 (by cpan-spec-update 0.01)
Chris Weyl 90203b4
- altered req on perl(Scalar::Util) (1.19 => 1.14)
Chris Weyl 90203b4
Chris Weyl 827fd78
* Tue Jun 02 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.23-1
Chris Weyl 827fd78
- auto-update to 0.23 (by cpan-spec-update 0.01)
Chris Weyl 827fd78
- altered br on perl(Test::Exception) (0 => 0.21)
Chris Weyl 827fd78
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
Chris Weyl 827fd78
- altered br on perl(Test::More) (0 => 0.8)
Chris Weyl 827fd78
Chris Weyl a068934
* Sun May 03 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.22-1
Chris Weyl a068934
- update to 0.22
Chris Weyl a068934
Chris Weyl bd05d57
* Thu Apr 02 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.19-1
Chris Weyl bd05d57
- update to 0.19
Chris Weyl bd05d57
271a5d2
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-2
271a5d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
271a5d2
Chris Weyl 7e92340
* Sun Feb 22 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.17-1
Chris Weyl 7e92340
- update to 0.17
Chris Weyl 7e92340
Chris Weyl 55dc992
* Tue Feb 10 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.16-1
Chris Weyl 55dc992
- update to 0.16
Chris Weyl 55dc992
Chris Weyl 7e08085
* Tue Dec 30 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.14-1
Chris Weyl 7e08085
- update to 0.14
Chris Weyl 7e08085
Chris Weyl 5c82230
* Tue Dec 16 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.13-1
Chris Weyl 5c82230
- update to 0.13
Chris Weyl 5c82230
Chris Weyl cfed335
* Mon Oct 06 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.09-2
Chris Weyl cfed335
- bump
Chris Weyl cfed335
Chris Weyl f975c2f
* Wed Oct 01 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.09-1
Chris Weyl f975c2f
- update to 0.09
Chris Weyl f975c2f
- add manual requires on the "soft" dependencies
Chris Weyl f975c2f
Chris Weyl f975c2f
* Mon Sep 08 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.06-2
Chris Weyl f975c2f
- update description a touch.
Chris Weyl f975c2f
Chris Weyl f975c2f
* Sat Sep 06 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.06-1
Chris Weyl f975c2f
- initial Fedora packaging
Chris Weyl f975c2f
- generated with cpan2dist (CPANPLUS::Dist::Fedora version 0.0.1)