r57311 - in /branches/upstream/libstring-flogger-perl/current: Changes LICENSE MANIFEST META.json META.yml Makefile.PL README dist.ini lib/String/Flogger.pm t/release-pod-syntax.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun May 2 14:20:29 UTC 2010


Author: jawnsy-guest
Date: Sun May  2 14:20:15 2010
New Revision: 57311

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57311
Log:
[svn-upgrade] Integrating new upstream version, libstring-flogger-perl (1.101170)

Added:
    branches/upstream/libstring-flogger-perl/current/META.json
    branches/upstream/libstring-flogger-perl/current/dist.ini
    branches/upstream/libstring-flogger-perl/current/t/release-pod-syntax.t
Modified:
    branches/upstream/libstring-flogger-perl/current/Changes
    branches/upstream/libstring-flogger-perl/current/LICENSE
    branches/upstream/libstring-flogger-perl/current/MANIFEST
    branches/upstream/libstring-flogger-perl/current/META.yml
    branches/upstream/libstring-flogger-perl/current/Makefile.PL
    branches/upstream/libstring-flogger-perl/current/README
    branches/upstream/libstring-flogger-perl/current/lib/String/Flogger.pm

Modified: branches/upstream/libstring-flogger-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-flogger-perl/current/Changes?rev=57311&op=diff
==============================================================================
--- branches/upstream/libstring-flogger-perl/current/Changes (original)
+++ branches/upstream/libstring-flogger-perl/current/Changes Sun May  2 14:20:15 2010
@@ -1,4 +1,7 @@
 Revision history for String-Flogger
+
+1.101170  2010-04-27 14:59:36 America/New_York
+          fix a typo in docs (thanks MJD)
 
 1.001     2008-10-14
           crank up the JSON prereq (thanks, alexchorny, for the test report)

Modified: branches/upstream/libstring-flogger-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-flogger-perl/current/LICENSE?rev=57311&op=diff
==============================================================================
--- branches/upstream/libstring-flogger-perl/current/LICENSE (original)
+++ branches/upstream/libstring-flogger-perl/current/LICENSE Sun May  2 14:20:15 2010
@@ -1,9 +1,9 @@
-This software is copyright (c) 2008 by Ricardo SIGNES <rjbs at cpan.org>.
+This software is copyright (c) 2010 by Ricardo SIGNES <rjbs at cpan.org>.
 
 This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
-
-Terms of Perl itself
+the same terms as the Perl 5 programming language system itself.
+
+Terms of the Perl programming language system itself
 
 a) the GNU General Public License as published by the Free
    Software Foundation; either version 1, or (at your option) any
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2008 by Ricardo SIGNES <rjbs at cpan.org>.
+This software is Copyright (c) 2010 by Ricardo SIGNES <rjbs at cpan.org>.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2008 by Ricardo SIGNES <rjbs at cpan.org>.
+This software is Copyright (c) 2010 by Ricardo SIGNES <rjbs at cpan.org>.
 
 This is free software, licensed under:
 

Modified: branches/upstream/libstring-flogger-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-flogger-perl/current/MANIFEST?rev=57311&op=diff
==============================================================================
--- branches/upstream/libstring-flogger-perl/current/MANIFEST (original)
+++ branches/upstream/libstring-flogger-perl/current/MANIFEST Sun May  2 14:20:15 2010
@@ -1,8 +1,11 @@
 Changes
 LICENSE
 MANIFEST
+META.json
 META.yml
 Makefile.PL
 README
+dist.ini
 lib/String/Flogger.pm
+t/release-pod-syntax.t
 t/synopsis.t

Added: branches/upstream/libstring-flogger-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-flogger-perl/current/META.json?rev=57311&op=file
==============================================================================
--- branches/upstream/libstring-flogger-perl/current/META.json (added)
+++ branches/upstream/libstring-flogger-perl/current/META.json Sun May  2 14:20:15 2010
@@ -1,0 +1,198 @@
+{
+   "abstract" : "string munging for loggers",
+   "author" : [
+      "Ricardo SIGNES <rjbs at cpan.org>"
+   ],
+   "build_requires" : {
+      "Test::More" : "0"
+   },
+   "configure_requires" : {
+      "ExtUtils::MakeMaker" : "6.31"
+   },
+   "generated_by" : "Dist::Zilla version 2.101160",
+   "license" : "perl",
+   "meta-spec" : {
+      "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html",
+      "version" : 1.4
+   },
+   "name" : "String-Flogger",
+   "recommends" : {},
+   "requires" : {
+      "JSON" : "0",
+      "Params::Util" : "0",
+      "Scalar::Util" : "0",
+      "Sub::Exporter" : "0",
+      "Sub::Exporter::Util" : "0"
+   },
+   "resources" : {
+      "repository" : "git://git.codesimply.com/String-Flogger.git"
+   },
+   "version" : "1.101170",
+   "x_Dist_Zilla" : {
+      "plugins" : [
+         {
+            "class" : "Dist::Zilla::Plugin::GatherDir",
+            "name" : "@RJBS/@Basic/GatherDir",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PruneCruft",
+            "name" : "@RJBS/@Basic/PruneCruft",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ManifestSkip",
+            "name" : "@RJBS/@Basic/ManifestSkip",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaYAML",
+            "name" : "@RJBS/@Basic/MetaYAML",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::License",
+            "name" : "@RJBS/@Basic/License",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Readme",
+            "name" : "@RJBS/@Basic/Readme",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExtraTests",
+            "name" : "@RJBS/@Basic/ExtraTests",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExecDir",
+            "name" : "@RJBS/@Basic/ExecDir",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ShareDir",
+            "name" : "@RJBS/@Basic/ShareDir",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MakeMaker",
+            "name" : "@RJBS/@Basic/MakeMaker",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Manifest",
+            "name" : "@RJBS/@Basic/Manifest",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::TestRelease",
+            "name" : "@RJBS/@Basic/TestRelease",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
+            "name" : "@RJBS/@Basic/ConfirmRelease",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
+            "name" : "@RJBS/@Basic/UploadToCPAN",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoPrereq",
+            "name" : "@RJBS/AutoPrereq",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoVersion",
+            "name" : "@RJBS/AutoVersion",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PkgVersion",
+            "name" : "@RJBS/PkgVersion",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaConfig",
+            "name" : "@RJBS/MetaConfig",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaJSON",
+            "name" : "@RJBS/MetaJSON",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::NextRelease",
+            "name" : "@RJBS/NextRelease",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+            "name" : "@RJBS/PodSyntaxTests",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Repository",
+            "name" : "@RJBS/Repository",
+            "version" : "0.11"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodWeaver",
+            "name" : "@RJBS/PodWeaver",
+            "version" : "3.100710"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Check",
+            "name" : "@RJBS/@Git/Check",
+            "version" : "1.100970"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Commit",
+            "name" : "@RJBS/@Git/Commit",
+            "version" : "1.100970"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Tag",
+            "name" : "@RJBS/@Git/Tag",
+            "version" : "1.100970"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Push",
+            "name" : "@RJBS/@Git/Push",
+            "version" : "1.100970"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":InstallModules",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":TestFiles",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ExecFiles",
+            "version" : "2.101160"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ShareFiles",
+            "version" : "2.101160"
+         }
+      ],
+      "zilla" : {
+         "class" : "Dist::Zilla",
+         "config" : {
+            "is_trial" : 0
+         },
+         "version" : "2.101160"
+      }
+   }
+}
+

Modified: branches/upstream/libstring-flogger-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-flogger-perl/current/META.yml?rev=57311&op=diff
==============================================================================
--- branches/upstream/libstring-flogger-perl/current/META.yml (original)
+++ branches/upstream/libstring-flogger-perl/current/META.yml Sun May  2 14:20:15 2010
@@ -1,13 +1,155 @@
---- 
-abstract: string munging for loggers
-author: 
-  - Ricardo SIGNES <rjbs at cpan.org>
-generated_by: Dist::Zilla::Plugin::MetaYaml version 1.002
+---
+abstract: 'string munging for loggers'
+author:
+  - 'Ricardo SIGNES <rjbs at cpan.org>'
+build_requires:
+  Test::More: 0
+configure_requires:
+  ExtUtils::MakeMaker: 6.31
+generated_by: 'Dist::Zilla version 2.101160'
 license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
 name: String-Flogger
-requires: 
-  JSON: 2
+recommends: {}
+requires:
+  JSON: 0
   Params::Util: 0
   Scalar::Util: 0
   Sub::Exporter: 0
-version: 1.001
+  Sub::Exporter::Util: 0
+resources:
+  repository: git://git.codesimply.com/String-Flogger.git
+version: 1.101170
+x_Dist_Zilla:
+  plugins:
+    -
+      class: Dist::Zilla::Plugin::GatherDir
+      name: '@RJBS/@Basic/GatherDir'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::PruneCruft
+      name: '@RJBS/@Basic/PruneCruft'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::ManifestSkip
+      name: '@RJBS/@Basic/ManifestSkip'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::MetaYAML
+      name: '@RJBS/@Basic/MetaYAML'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::License
+      name: '@RJBS/@Basic/License'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::Readme
+      name: '@RJBS/@Basic/Readme'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::ExtraTests
+      name: '@RJBS/@Basic/ExtraTests'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::ExecDir
+      name: '@RJBS/@Basic/ExecDir'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::ShareDir
+      name: '@RJBS/@Basic/ShareDir'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::MakeMaker
+      name: '@RJBS/@Basic/MakeMaker'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::Manifest
+      name: '@RJBS/@Basic/Manifest'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::TestRelease
+      name: '@RJBS/@Basic/TestRelease'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::ConfirmRelease
+      name: '@RJBS/@Basic/ConfirmRelease'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::UploadToCPAN
+      name: '@RJBS/@Basic/UploadToCPAN'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::AutoPrereq
+      name: '@RJBS/AutoPrereq'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::AutoVersion
+      name: '@RJBS/AutoVersion'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::PkgVersion
+      name: '@RJBS/PkgVersion'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::MetaConfig
+      name: '@RJBS/MetaConfig'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::MetaJSON
+      name: '@RJBS/MetaJSON'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::NextRelease
+      name: '@RJBS/NextRelease'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::PodSyntaxTests
+      name: '@RJBS/PodSyntaxTests'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::Repository
+      name: '@RJBS/Repository'
+      version: 0.11
+    -
+      class: Dist::Zilla::Plugin::PodWeaver
+      name: '@RJBS/PodWeaver'
+      version: 3.100710
+    -
+      class: Dist::Zilla::Plugin::Git::Check
+      name: '@RJBS/@Git/Check'
+      version: 1.100970
+    -
+      class: Dist::Zilla::Plugin::Git::Commit
+      name: '@RJBS/@Git/Commit'
+      version: 1.100970
+    -
+      class: Dist::Zilla::Plugin::Git::Tag
+      name: '@RJBS/@Git/Tag'
+      version: 1.100970
+    -
+      class: Dist::Zilla::Plugin::Git::Push
+      name: '@RJBS/@Git/Push'
+      version: 1.100970
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':InstallModules'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':TestFiles'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ExecFiles'
+      version: 2.101160
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ShareFiles'
+      version: 2.101160
+  zilla:
+    class: Dist::Zilla
+    config:
+      is_trial: 0
+    version: 2.101160

Modified: branches/upstream/libstring-flogger-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-flogger-perl/current/Makefile.PL?rev=57311&op=diff
==============================================================================
--- branches/upstream/libstring-flogger-perl/current/Makefile.PL (original)
+++ branches/upstream/libstring-flogger-perl/current/Makefile.PL Sun May  2 14:20:15 2010
@@ -2,20 +2,56 @@
 use strict;
 use warnings;
 
-use ExtUtils::MakeMaker;
 
-WriteMakefile(
-  DISTNAME  => 'String-Flogger',
-  NAME      => 'String::Flogger',
-  AUTHOR    => 'Ricardo\ SIGNES\ \<rjbs\@cpan\.org\>',
-  ABSTRACT  => 'string munging for loggers',
-  VERSION   => '1.001',
-  EXE_FILES => [ qw() ],
-  (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
-  PREREQ_PM    => {
-    "Scalar::Util" => '0',
-    "Params::Util" => '0',
-    "Sub::Exporter" => '0',
-    "JSON" => '2',
-  },
-);
+
+use ExtUtils::MakeMaker 6.31;
+
+
+
+my %WriteMakefileArgs = (
+                       'test' => {
+                                   'TESTS' => 't/*.t'
+                                 },
+                       'NAME' => 'String::Flogger',
+                       'DISTNAME' => 'String-Flogger',
+                       'CONFIGURE_REQUIRES' => {
+                                                 'ExtUtils::MakeMaker' => '6.31'
+                                               },
+                       'AUTHOR' => 'Ricardo SIGNES <rjbs at cpan.org>',
+                       'BUILD_REQUIRES' => {
+                                             'Test::More' => '0'
+                                           },
+                       'ABSTRACT' => 'string munging for loggers',
+                       'EXE_FILES' => [],
+                       'VERSION' => '1.101170',
+                       'PREREQ_PM' => {
+                                        'Sub::Exporter::Util' => '0',
+                                        'Scalar::Util' => '0',
+                                        'Params::Util' => '0',
+                                        'Sub::Exporter' => '0',
+                                        'JSON' => '0'
+                                      },
+                       'LICENSE' => 'perl'
+                     );
+
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
+  my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
+  my $pp = $WriteMakefileArgs{PREREQ_PM}; 
+  for my $mod ( keys %$br ) {
+    if ( exists $pp->{$mod} ) {
+      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod}; 
+    }
+    else {
+      $pp->{$mod} = $br->{$mod};
+    }
+  }
+}
+
+delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
+  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
+
+WriteMakefile(%WriteMakefileArgs);
+
+
+

Modified: branches/upstream/libstring-flogger-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-flogger-perl/current/README?rev=57311&op=diff
==============================================================================
--- branches/upstream/libstring-flogger-perl/current/README (original)
+++ branches/upstream/libstring-flogger-perl/current/README Sun May  2 14:20:15 2010
@@ -1,12 +1,13 @@
 
 
-This archive contains the distribution String-Flogger, version
-1.001:
+This archive contains the distribution String-Flogger,
+version 1.101170:
 
   string munging for loggers
 
-This software is copyright (c) 2008 by Ricardo SIGNES <rjbs at cpan.org>.
+This software is copyright (c) 2010 by Ricardo SIGNES <rjbs at cpan.org>.
 
 This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
+the same terms as the Perl 5 programming language system itself.
 
+

Added: branches/upstream/libstring-flogger-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-flogger-perl/current/dist.ini?rev=57311&op=file
==============================================================================
--- branches/upstream/libstring-flogger-perl/current/dist.ini (added)
+++ branches/upstream/libstring-flogger-perl/current/dist.ini Sun May  2 14:20:15 2010
@@ -1,0 +1,7 @@
+name    = String-Flogger
+author  = Ricardo SIGNES <rjbs at cpan.org>
+license = Perl_5
+copyright_holder = Ricardo SIGNES <rjbs at cpan.org>
+
+[@RJBS]
+version = 1

Modified: branches/upstream/libstring-flogger-perl/current/lib/String/Flogger.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-flogger-perl/current/lib/String/Flogger.pm?rev=57311&op=diff
==============================================================================
--- branches/upstream/libstring-flogger-perl/current/lib/String/Flogger.pm (original)
+++ branches/upstream/libstring-flogger-perl/current/lib/String/Flogger.pm Sun May  2 14:20:15 2010
@@ -1,8 +1,9 @@
 use strict;
 use warnings;
 package String::Flogger;
-our $VERSION = '1.001';
-
+BEGIN {
+  $String::Flogger::VERSION = '1.101170';
+}
 # ABSTRACT: string munging for loggers
 
 use Params::Util qw(_ARRAYLIKE _CODELIKE);
@@ -56,7 +57,6 @@
 1;
 
 __END__
-
 =pod
 
 =head1 NAME
@@ -65,37 +65,37 @@
 
 =head1 VERSION
 
-version 1.001
+version 1.101170
 
 =head1 SYNOPSIS
 
-    use String::Flogger qw(flog);
+  use String::Flogger qw(flog);
 
-    my @inputs = (
-      'simple!',
+  my @inputs = (
+    'simple!',
 
-      [ 'slightly %s complex', 'more' ],
+    [ 'slightly %s complex', 'more' ],
 
-      [ 'and inline some data: %s', { look => 'data!' } ],
+    [ 'and inline some data: %s', { look => 'data!' } ],
 
-      [ 'and we can defer evaluation of %s if we want', sub { 'stuff' } ],
+    [ 'and we can defer evaluation of %s if we want', sub { 'stuff' } ],
 
-      sub { 'while avoiding sprintfiness, if needed' },
-    );
+    sub { 'while avoiding sprintfiness, if needed' },
+  );
 
-    say flog($_) for @inputs;
+  say flog($_) for @inputs;
 
 The above will output:
 
-    simple!
+  simple!
 
-    slightly more complex
+  slightly more complex
 
-    and inline some data: {{{ "look": "data!" }}}
+  and inline some data: {{{ "look": "data!" }}}
 
-    and we can defer evaluation of %s if we want
+  and we can defer evaluation of stuff if we want
 
-    while avoiding sprintfiness, if needed
+  while avoiding sprintfiness, if needed
 
 =head1 AUTHOR
 
@@ -103,11 +103,10 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2008 by Ricardo SIGNES <rjbs at cpan.org>.
+This software is copyright (c) 2010 by Ricardo SIGNES <rjbs at cpan.org>.
 
 This is free software; you can redistribute it and/or modify it under
-the same terms as perl itself.
+the same terms as the Perl 5 programming language system itself.
 
-=cut 
+=cut
 
-

Added: branches/upstream/libstring-flogger-perl/current/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-flogger-perl/current/t/release-pod-syntax.t?rev=57311&op=file
==============================================================================
--- branches/upstream/libstring-flogger-perl/current/t/release-pod-syntax.t (added)
+++ branches/upstream/libstring-flogger-perl/current/t/release-pod-syntax.t Sun May  2 14:20:15 2010
@@ -1,0 +1,15 @@
+#!perl
+
+BEGIN {
+  unless ($ENV{RELEASE_TESTING}) {
+    require Test::More;
+    Test::More::plan(skip_all => 'these tests are for release candidate testing');
+  }
+}
+
+use Test::More;
+
+eval "use Test::Pod 1.00";
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+
+all_pod_files_ok();




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