r29880 - in /branches/upstream/libconfig-file-perl/current: Build.PL CHANGES MANIFEST META.yml lib/Config/File.pm lib/ConfigFile.pm

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Tue Jan 20 20:00:05 UTC 2009


Author: gwolf
Date: Tue Jan 20 20:00:00 2009
New Revision: 29880

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29880
Log:
[svn-upgrade] Integrating new upstream version, libconfig-file-perl (1.50)

Removed:
    branches/upstream/libconfig-file-perl/current/lib/ConfigFile.pm
Modified:
    branches/upstream/libconfig-file-perl/current/Build.PL
    branches/upstream/libconfig-file-perl/current/CHANGES
    branches/upstream/libconfig-file-perl/current/MANIFEST
    branches/upstream/libconfig-file-perl/current/META.yml
    branches/upstream/libconfig-file-perl/current/lib/Config/File.pm

Modified: branches/upstream/libconfig-file-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-file-perl/current/Build.PL?rev=29880&op=diff
==============================================================================
--- branches/upstream/libconfig-file-perl/current/Build.PL (original)
+++ branches/upstream/libconfig-file-perl/current/Build.PL Tue Jan 20 20:00:00 2009
@@ -7,6 +7,7 @@
     requires => {},
     recommends => {},
     build_requires => {Test::Pod => 0,
+		       Test::Pod::Coverage => 0,
 		       Module::Build => 0},
 
     create_makefile_pl => 'passthrough'

Modified: branches/upstream/libconfig-file-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-file-perl/current/CHANGES?rev=29880&op=diff
==============================================================================
--- branches/upstream/libconfig-file-perl/current/CHANGES (original)
+++ branches/upstream/libconfig-file-perl/current/CHANGES Tue Jan 20 20:00:00 2009
@@ -1,15 +1,24 @@
-1.4 (07-Sep-2006):
- - Initial CPAN upload (was a native Debian package before)
+UNRELEASED
+1.50 (20-Jan-2009):
+ - Added Test::Pod::Coverage as a build dependency, as some CPANTS
+   test hosts have died during the tests
+ - Removed the ConfigFile naming (deprecated for over a year)
 
-1.41 (20-Oct-2007):
- - Dropped the old, deprecated ConfigFile naming
-
-1.42 (04-Mar-2008):
- - Explicitly closing the file after reading it, closing a bug on
-   wperl.exe on win32. Thanks to Peter Valdemar Mørch for spotting it!
+1.46 (11-Dec-2008):
+ - The 'stupid typos' release :-/
 
 1.45 (11-Dec-2008):
  - Migrated from ExtUtils::MakeMaker to Module::Build, to properly
    (and more easily) keep up-to-date and valid metadata
  - Added Test::Pod, Test::Pod::Coverage
  - Keeping CPANTS / Kwalitee happy! (hopefully)
+
+1.42 (04-Mar-2008):
+ - Explicitly closing the file after reading it, closing a bug on
+   wperl.exe on win32. Thanks to Peter Valdemar Mørch for spotting it!
+
+1.41 (20-Oct-2007):
+ - Dropped the old, deprecated ConfigFile naming
+
+1.4 (07-Sep-2006):
+ - Initial CPAN upload (was a native Debian package before)

Modified: branches/upstream/libconfig-file-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-file-perl/current/MANIFEST?rev=29880&op=diff
==============================================================================
--- branches/upstream/libconfig-file-perl/current/MANIFEST (original)
+++ branches/upstream/libconfig-file-perl/current/MANIFEST Tue Jan 20 20:00:00 2009
@@ -1,7 +1,6 @@
 Build.PL
 CHANGES
 lib/Config/File.pm
-lib/ConfigFile.pm
 LICENSE
 Makefile.PL
 MANIFEST

Modified: branches/upstream/libconfig-file-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-file-perl/current/META.yml?rev=29880&op=diff
==============================================================================
--- branches/upstream/libconfig-file-perl/current/META.yml (original)
+++ branches/upstream/libconfig-file-perl/current/META.yml Tue Jan 20 20:00:00 2009
@@ -1,6 +1,6 @@
 ---
 name: Config-File
-version: 1.46
+version: 1.50
 author:
   - 'Gunnar Wolf <gwolf at gwolf.org>'
 abstract: Parse a simple configuration file
@@ -10,12 +10,11 @@
 build_requires:
   Module::Build: 0
   Test::Pod: 0
+  Test::Pod::Coverage: 0
 provides:
   Config::File:
     file: lib/Config/File.pm
-    version: 1.46
-  ConfigFile:
-    file: lib/ConfigFile.pm
+    version: 1.50
 generated_by: Module::Build version 0.280801
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.2.html

Modified: branches/upstream/libconfig-file-perl/current/lib/Config/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-file-perl/current/lib/Config/File.pm?rev=29880&op=diff
==============================================================================
--- branches/upstream/libconfig-file-perl/current/lib/Config/File.pm (original)
+++ branches/upstream/libconfig-file-perl/current/lib/Config/File.pm Tue Jan 20 20:00:00 2009
@@ -8,7 +8,7 @@
 use vars qw($VERSION @ISA @EXPORT_OK);
 @ISA = qw/Exporter/;
 @EXPORT_OK = qw/read_config_file/;
-$VERSION='1.46';
+$VERSION='1.50';
 
 
 sub read_config_file($) {
@@ -172,7 +172,7 @@
 
 Version 1.4
 Copyright (c) 2002 Sebastien J. Gross. All rights reserved.
-Copyright (c) 2003-2008 Gunnar Wolf. All rights reserved.
+Copyright (c) 2003-2009 Gunnar Wolf. All rights reserved.
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GPL v2 (or later, at your choice).
 




More information about the Pkg-perl-cvs-commits mailing list