r28087 - in /branches/upstream/libconfig-file-perl/current: MANIFEST META.yml lib/Config/File.pm t/pod.t t/pod_coverage.t

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Fri Dec 12 04:09:28 UTC 2008


Author: gwolf
Date: Fri Dec 12 04:09:24 2008
New Revision: 28087

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

Added:
    branches/upstream/libconfig-file-perl/current/t/pod.t
    branches/upstream/libconfig-file-perl/current/t/pod_coverage.t
Modified:
    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/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-file-perl/current/MANIFEST?rev=28087&op=diff
==============================================================================
--- branches/upstream/libconfig-file-perl/current/MANIFEST (original)
+++ branches/upstream/libconfig-file-perl/current/MANIFEST Fri Dec 12 04:09:24 2008
@@ -1,14 +1,3 @@
-./Build.PL
-./CHANGES
-./lib/Config/File.pm
-./lib/ConfigFile.pm
-./LICENSE
-./Makefile.PL
-./MANIFEST
-./META.yml
-./README
-./t/config
-./t/test.t
 Build.PL
 CHANGES
 lib/Config/File.pm
@@ -19,4 +8,6 @@
 META.yml
 README
 t/config
+t/pod.t
+t/pod_coverage.t
 t/test.t

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=28087&op=diff
==============================================================================
--- branches/upstream/libconfig-file-perl/current/META.yml (original)
+++ branches/upstream/libconfig-file-perl/current/META.yml Fri Dec 12 04:09:24 2008
@@ -1,6 +1,6 @@
 ---
 name: Config-File
-version: 1.45
+version: 1.46
 author:
   - 'Gunnar Wolf <gwolf at gwolf.org>'
 abstract: Parse a simple configuration file
@@ -12,10 +12,10 @@
   Test::Pod: 0
 provides:
   Config::File:
-    file: ./lib/Config/File.pm
-    version: 1.45
+    file: lib/Config/File.pm
+    version: 1.46
   ConfigFile:
-    file: ./lib/ConfigFile.pm
+    file: lib/ConfigFile.pm
 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=28087&op=diff
==============================================================================
--- branches/upstream/libconfig-file-perl/current/lib/Config/File.pm (original)
+++ branches/upstream/libconfig-file-perl/current/lib/Config/File.pm Fri Dec 12 04:09:24 2008
@@ -8,7 +8,7 @@
 use vars qw($VERSION @ISA @EXPORT_OK);
 @ISA = qw/Exporter/;
 @EXPORT_OK = qw/read_config_file/;
-$VERSION='1.45';
+$VERSION='1.46';
 
 
 sub read_config_file($) {

Added: branches/upstream/libconfig-file-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-file-perl/current/t/pod.t?rev=28087&op=file
==============================================================================
--- branches/upstream/libconfig-file-perl/current/t/pod.t (added)
+++ branches/upstream/libconfig-file-perl/current/t/pod.t Fri Dec 12 04:09:24 2008
@@ -1,0 +1,11 @@
+use strict;
+use warnings;
+no warnings qw(redefine);
+eval 'use Test::Pod';
+
+all_pod_files_ok();
+
+sub all_pod_files_ok {
+    # This definition will be overwritten if Test::Pod is available
+    print "1..1\nok 1 - Skipping POD tests - Test::Pod not available?\n";
+}

Added: branches/upstream/libconfig-file-perl/current/t/pod_coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libconfig-file-perl/current/t/pod_coverage.t?rev=28087&op=file
==============================================================================
--- branches/upstream/libconfig-file-perl/current/t/pod_coverage.t (added)
+++ branches/upstream/libconfig-file-perl/current/t/pod_coverage.t Fri Dec 12 04:09:24 2008
@@ -1,0 +1,4 @@
+use strict;
+use warnings;
+use Test::Pod::Coverage tests=>1;
+pod_coverage_ok('Config::File', 'Config::File is covered');




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