[perl-Module-ExtractUse] Update to 0.33

Paul Howarth pghmcfc at fedoraproject.org
Sat Apr 12 16:06:18 UTC 2014


commit 48609b3b78db32589dcf9379373a30f57ef1baf1
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Apr 12 17:02:25 2014 +0100

    Update to 0.33
    
    - New upstream release 0.33
      - Added base() handling to no
      - Support 'no MODULE' etc. (CPAN RT#94305)
      - Typo fix
      - Ignore __DATA|END__ sections (CPAN RT#88969)
      - Ignore use/require method calls

 perl-Module-ExtractUse.spec |   15 ++++++++++++---
 sources                     |    2 +-
 2 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/perl-Module-ExtractUse.spec b/perl-Module-ExtractUse.spec
index 2789bd0..8766ac1 100644
--- a/perl-Module-ExtractUse.spec
+++ b/perl-Module-ExtractUse.spec
@@ -1,5 +1,5 @@
 Name:           perl-Module-ExtractUse
-Version:        0.32
+Version:        0.33
 Release:        1%{?dist}
 Summary:        Find out what modules are used
 License:        GPL+ or Artistic
@@ -8,6 +8,7 @@ URL:            http://search.cpan.org/dist/Module-ExtractUse/
 Source0:        http://www.cpan.org/modules/by-module/Module/Module-ExtractUse-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Module::Build) >= 0.37
 BuildRequires:  perl(Parse::RecDescent) >= 1.967009
@@ -30,12 +31,12 @@ from CPAN) used by the parsed code.
 %setup -q -n Module-ExtractUse-%{version}
 
 %build
-perl Build.PL installdirs=vendor
+perl Build.PL --installdirs=vendor
 ./Build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0
 %{_fixperms} $RPM_BUILD_ROOT
 
 %check
@@ -55,6 +56,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Module::ExtractUse::Grammar.3pm*
 
 %changelog
+* Sat Apr 12 2014 Paul Howarth <paul at city-fan.org> - 0.33-1
+- Update to 0.33
+  - Added base() handling to no
+  - Support 'no MODULE' etc. (CPAN RT#94305)
+  - Typo fix
+  - Ignore __DATA|END__ sections (CPAN RT#88969)
+  - Ignore use/require method calls
+
 * Wed Sep  4 2013 Paul Howarth <paul at city-fan.org> - 0.32-1
 - Update to 0.32
   - Don't include cached results
diff --git a/sources b/sources
index ffe1d98..2456f16 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ecb7c7c7c7f1eaafa277797eaadd5c29  Module-ExtractUse-0.32.tar.gz
+edc2314cc23dc79acbe0a1412f7010c8  Module-ExtractUse-0.33.tar.gz



More information about the perl-devel mailing list