Update to 1.000005

- New upstream release 1.000005
  - Localize $package::VERSION during version discovery
  - Fix references to Module::Build::ModuleInfo (CPAN RT#66133)
  - Added 'new_from_handle()' method (CPAN RT#68875)
  - Improved documentation (SYNOPSIS, broke out class/object method, and
    other minor edits)
- Install to vendor directories rather than perl directories
This commit is contained in:
Paul Howarth 2011-08-03 15:37:51 +01:00
parent e7e524d694
commit 7c19f4e748
3 changed files with 15 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/Module-Metadata-1.000004.tar.gz
/Module-Metadata-[0-9.]*\.tar\.gz

View File

@ -1,6 +1,6 @@
Name: perl-Module-Metadata
Version: 1.000004
Release: 5%{?dist}
Version: 1.000005
Release: 1%{?dist}
Summary: Gather package and POD information from perl module files
License: GPL+ or Artistic
Group: Development/Libraries
@ -32,7 +32,7 @@ Requires: perl(version) >= 0.87
%setup -q -n Module-Metadata-%{version}
%build
perl Makefile.PL INSTALLDIRS=perl
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
@ -47,10 +47,19 @@ make test TEST_FILES="t/*.t xt/*.t"
%files
%defattr(-,root,root,-)
%doc Changes
%{perl_privlib}/Module/
%{perl_vendorlib}/Module/
%{_mandir}/man3/Module::Metadata.3pm*
%changelog
* Wed Aug 3 2011 Paul Howarth <paul@city-fan.org> - 1.000005-1
- Update to 1.000005
- Localize $package::VERSION during version discovery
- Fix references to Module::Build::ModuleInfo (CPAN RT#66133)
- Added 'new_from_handle()' method (CPAN RT#68875)
- Improved documentation (SYNOPSIS, broke out class/object method, and
other minor edits)
- Install to vendor directories rather than perl directories
* Mon Jun 20 2011 Paul Howarth <paul@city-fan.org> - 1.000004-5
- Bump and rebuild

View File

@ -1 +1 @@
3011f1b7f2f7b5462760df89aefc7035 Module-Metadata-1.000004.tar.gz
3944bd9e514d802e6d43560e6225220b Module-Metadata-1.000005.tar.gz