[perl-PPI] Update to 1.209

Paul Howarth pghmcfc at fedoraproject.org
Sat Jul 31 16:51:02 UTC 2010


commit 19fa416e6b8252ab44d0734238eb6a335e1e5d62
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Jul 31 11:03:08 2010 +0100

    Update to 1.209
    
    - Small optimisation release:
      - No functional changes
      - Upgrading to Module::Install 0.92
      - Moved the Test::ClassAPI test to only run during RELEASE_TESTING
        to reduce the dependency load (and occasionally Test::ClassAPI seems
        to FAIL on CPAN Testers)

 .gitignore    |    2 +-
 perl-PPI.spec |    5 ++++-
 sources       |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 63cb017..62d9cae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-PPI-1.208.tar.gz
+PPI-1.209.tar.gz
diff --git a/perl-PPI.spec b/perl-PPI.spec
index f689e9d..fd78902 100644
--- a/perl-PPI.spec
+++ b/perl-PPI.spec
@@ -1,5 +1,5 @@
 Name:           perl-PPI
-Version:        1.208
+Version:        1.209
 Release:        1%{?dist}
 Summary:        Parse, Analyze and Manipulate Perl
 Group:          Development/Libraries
@@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 31 2010 Paul Howarth <paul at city-fan.org> - 1.209-1
+- update to 1.209 (small optimisation release, no functional changes)
+
 * Fri Jul 30 2010 Paul Howarth <paul at city-fan.org> - 1.208-1
 - update to 1.208
   - don't assign '' to $^W, it generates a warning on Gentoo
diff --git a/sources b/sources
index a765a63..cecfff8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8b870c4dac08a901424220b1e9a9b7f  PPI-1.208.tar.gz
+1211b049bc91c38335a306516b3baac0  PPI-1.209.tar.gz



More information about the perl-devel mailing list