r67934 - in /trunk/libstring-flogger-perl: Changes LICENSE MANIFEST META.json META.yml Makefile.PL README debian/changelog debian/control debian/copyright lib/String/Flogger.pm t/release-pod-syntax.t

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Thu Jan 27 13:46:30 UTC 2011


Author: ansgar
Date: Thu Jan 27 13:45:46 2011
New Revision: 67934

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67934
Log:
* New upstream release.
* Add build-dep on libtest-simple-perl (>= 0.96).
* debian/copyright: Update years of copyright; refer to "Debian systems"
  instead of "Debian GNU/Linux systems"; refer to
  /usr/share/common-licenses/GPL-1.
* Bump Standards-Version to 3.9.1.
* Add myself to Uploaders.

Modified:
    trunk/libstring-flogger-perl/Changes
    trunk/libstring-flogger-perl/LICENSE
    trunk/libstring-flogger-perl/MANIFEST
    trunk/libstring-flogger-perl/META.json
    trunk/libstring-flogger-perl/META.yml
    trunk/libstring-flogger-perl/Makefile.PL
    trunk/libstring-flogger-perl/README
    trunk/libstring-flogger-perl/debian/changelog
    trunk/libstring-flogger-perl/debian/control
    trunk/libstring-flogger-perl/debian/copyright
    trunk/libstring-flogger-perl/lib/String/Flogger.pm
    trunk/libstring-flogger-perl/t/release-pod-syntax.t

Modified: trunk/libstring-flogger-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/Changes?rev=67934&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/Changes (original)
+++ trunk/libstring-flogger-perl/Changes Thu Jan 27 13:45:46 2011
@@ -1,4 +1,7 @@
 Revision history for String-Flogger
+
+1.101241  2011-01-13 12:31:38 America/New_York
+          add format_string method for subclassing
 
 1.101240  2010-05-04 16:25:47 America/New_York
           better stringification of unblessed scalar refs (to ref(...))

Modified: trunk/libstring-flogger-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/LICENSE?rev=67934&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/LICENSE (original)
+++ trunk/libstring-flogger-perl/LICENSE Thu Jan 27 13:45:46 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Ricardo SIGNES <rjbs at cpan.org>.
+This software is copyright (c) 2011 by Ricardo SIGNES <rjbs at cpan.org>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2010 by Ricardo SIGNES <rjbs at cpan.org>.
+This software is Copyright (c) 2011 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) 2010 by Ricardo SIGNES <rjbs at cpan.org>.
+This software is Copyright (c) 2011 by Ricardo SIGNES <rjbs at cpan.org>.
 
 This is free software, licensed under:
 

Modified: trunk/libstring-flogger-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/MANIFEST?rev=67934&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/MANIFEST (original)
+++ trunk/libstring-flogger-perl/MANIFEST Thu Jan 27 13:45:46 2011
@@ -9,4 +9,4 @@
 lib/String/Flogger.pm
 t/basic.t
 t/release-pod-syntax.t
-t/synopsis.t
+t/synopsis.t

Modified: trunk/libstring-flogger-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/META.json?rev=67934&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/META.json (original)
+++ trunk/libstring-flogger-perl/META.json Thu Jan 27 13:45:46 2011
@@ -3,195 +3,220 @@
    "author" : [
       "Ricardo SIGNES <rjbs at cpan.org>"
    ],
-   "build_requires" : {
-      "Test::More" : "0"
-   },
-   "configure_requires" : {
-      "ExtUtils::MakeMaker" : "6.31"
-   },
-   "generated_by" : "Dist::Zilla version 2.101230",
-   "license" : "perl",
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 4.200000, CPAN::Meta::Converter version 2.102400",
+   "license" : [
+      "perl_5"
+   ],
    "meta-spec" : {
-      "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html",
-      "version" : 1.4
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
    },
    "name" : "String-Flogger",
-   "recommends" : {},
-   "requires" : {
-      "JSON" : "0",
-      "Params::Util" : "0",
-      "Scalar::Util" : "0",
-      "Sub::Exporter" : "0",
-      "Sub::Exporter::Util" : "0"
+   "prereqs" : {
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "6.31"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "JSON" : 0,
+            "Params::Util" : 0,
+            "Scalar::Util" : 0,
+            "Sub::Exporter" : 0,
+            "Sub::Exporter::Util" : 0
+         }
+      },
+      "test" : {
+         "requires" : {
+            "Test::More" : "0.96"
+         }
+      }
    },
+   "release_status" : "stable",
    "resources" : {
-      "repository" : "git://git.codesimply.com/String-Flogger.git"
+      "repository" : {
+         "type" : "git",
+         "url" : "git://git.codesimply.com/String-Flogger.git"
+      }
    },
-   "version" : "1.101240",
+   "version" : "1.101241",
    "x_Dist_Zilla" : {
       "plugins" : [
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
             "name" : "@RJBS/@Basic/GatherDir",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@RJBS/@Basic/PruneCruft",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@RJBS/@Basic/ManifestSkip",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@RJBS/@Basic/MetaYAML",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@RJBS/@Basic/License",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@RJBS/@Basic/Readme",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
             "name" : "@RJBS/@Basic/ExtraTests",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@RJBS/@Basic/ExecDir",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@RJBS/@Basic/ShareDir",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "name" : "@RJBS/@Basic/MakeMaker",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@RJBS/@Basic/Manifest",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@RJBS/@Basic/TestRelease",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@RJBS/@Basic/ConfirmRelease",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@RJBS/@Basic/UploadToCPAN",
-            "version" : "2.101230"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::AutoPrereq",
-            "name" : "@RJBS/AutoPrereq",
-            "version" : "2.101230"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::AutoVersion",
-            "name" : "@RJBS/AutoVersion",
-            "version" : "2.101230"
+            "version" : "4.200000"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
+            "name" : "@RJBS/AutoPrereqs",
+            "version" : "4.200000"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::NextVersion",
+            "name" : "@RJBS/Git::NextVersion",
+            "version" : "1.103520"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@RJBS/PkgVersion",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@RJBS/MetaConfig",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@RJBS/MetaJSON",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@RJBS/NextRelease",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@RJBS/PodSyntaxTests",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::Repository",
             "name" : "@RJBS/Repository",
-            "version" : "0.11"
+            "version" : "0.17"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "test",
+                  "type" : "requires"
+               }
+            },
+            "name" : "@RJBS/TestMoreWithSubtests",
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
             "name" : "@RJBS/PodWeaver",
-            "version" : "3.100710"
+            "version" : "3.101641"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
             "name" : "@RJBS/@Git/Check",
-            "version" : "1.100970"
+            "version" : "1.103520"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "name" : "@RJBS/@Git/Commit",
-            "version" : "1.100970"
+            "version" : "1.103520"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
             "name" : "@RJBS/@Git/Tag",
-            "version" : "1.100970"
+            "version" : "1.103520"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
             "name" : "@RJBS/@Git/Push",
-            "version" : "1.100970"
+            "version" : "1.103520"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "2.101230"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "2.101230"
+            "version" : "4.200000"
          }
       ],
       "zilla" : {
-         "class" : "Dist::Zilla",
+         "class" : "Dist::Zilla::Dist::Builder",
          "config" : {
             "is_trial" : 0
          },
-         "version" : "2.101230"
+         "version" : "4.200000"
       }
    }
 }

Modified: trunk/libstring-flogger-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/META.yml?rev=67934&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/META.yml (original)
+++ trunk/libstring-flogger-perl/META.yml Thu Jan 27 13:45:46 2011
@@ -3,16 +3,16 @@
 author:
   - 'Ricardo SIGNES <rjbs at cpan.org>'
 build_requires:
-  Test::More: 0
+  Test::More: 0.96
 configure_requires:
   ExtUtils::MakeMaker: 6.31
-generated_by: 'Dist::Zilla version 2.101230'
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 4.200000, CPAN::Meta::Converter version 2.102400'
 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
@@ -21,135 +21,143 @@
   Sub::Exporter::Util: 0
 resources:
   repository: git://git.codesimply.com/String-Flogger.git
-version: 1.101240
+version: 1.101241
 x_Dist_Zilla:
   plugins:
     -
       class: Dist::Zilla::Plugin::GatherDir
       name: '@RJBS/@Basic/GatherDir'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@RJBS/@Basic/PruneCruft'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@RJBS/@Basic/ManifestSkip'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@RJBS/@Basic/MetaYAML'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::License
       name: '@RJBS/@Basic/License'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@RJBS/@Basic/Readme'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::ExtraTests
       name: '@RJBS/@Basic/ExtraTests'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@RJBS/@Basic/ExecDir'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@RJBS/@Basic/ShareDir'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::MakeMaker
       name: '@RJBS/@Basic/MakeMaker'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@RJBS/@Basic/Manifest'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@RJBS/@Basic/TestRelease'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@RJBS/@Basic/ConfirmRelease'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@RJBS/@Basic/UploadToCPAN'
-      version: 2.101230
+      version: 4.200000
     -
-      class: Dist::Zilla::Plugin::AutoPrereq
-      name: '@RJBS/AutoPrereq'
-      version: 2.101230
+      class: Dist::Zilla::Plugin::AutoPrereqs
+      name: '@RJBS/AutoPrereqs'
+      version: 4.200000
     -
-      class: Dist::Zilla::Plugin::AutoVersion
-      name: '@RJBS/AutoVersion'
-      version: 2.101230
+      class: Dist::Zilla::Plugin::Git::NextVersion
+      name: '@RJBS/Git::NextVersion'
+      version: 1.103520
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@RJBS/PkgVersion'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@RJBS/MetaConfig'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@RJBS/MetaJSON'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@RJBS/NextRelease'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@RJBS/PodSyntaxTests'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::Repository
       name: '@RJBS/Repository'
-      version: 0.11
+      version: 0.17
+    -
+      class: Dist::Zilla::Plugin::Prereqs
+      config:
+        Dist::Zilla::Plugin::Prereqs:
+          phase: test
+          type: requires
+      name: '@RJBS/TestMoreWithSubtests'
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::PodWeaver
       name: '@RJBS/PodWeaver'
-      version: 3.100710
+      version: 3.101641
     -
       class: Dist::Zilla::Plugin::Git::Check
       name: '@RJBS/@Git/Check'
-      version: 1.100970
+      version: 1.103520
     -
       class: Dist::Zilla::Plugin::Git::Commit
       name: '@RJBS/@Git/Commit'
-      version: 1.100970
+      version: 1.103520
     -
       class: Dist::Zilla::Plugin::Git::Tag
       name: '@RJBS/@Git/Tag'
-      version: 1.100970
+      version: 1.103520
     -
       class: Dist::Zilla::Plugin::Git::Push
       name: '@RJBS/@Git/Push'
-      version: 1.100970
+      version: 1.103520
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 2.101230
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 2.101230
+      version: 4.200000
   zilla:
-    class: Dist::Zilla
+    class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: 2.101230
+    version: 4.200000

Modified: trunk/libstring-flogger-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/Makefile.PL?rev=67934&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/Makefile.PL (original)
+++ trunk/libstring-flogger-perl/Makefile.PL Thu Jan 27 13:45:46 2011
@@ -9,38 +9,38 @@
 
 
 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.101240',
-                       'PREREQ_PM' => {
-                                        'Sub::Exporter::Util' => '0',
-                                        'Scalar::Util' => '0',
-                                        'Params::Util' => '0',
-                                        'Sub::Exporter' => '0',
-                                        'JSON' => '0'
-                                      },
-                       'LICENSE' => 'perl'
-                     );
+  'ABSTRACT' => 'string munging for loggers',
+  'AUTHOR' => 'Ricardo SIGNES <rjbs at cpan.org>',
+  'BUILD_REQUIRES' => {
+    'Test::More' => '0.96'
+  },
+  'CONFIGURE_REQUIRES' => {
+    'ExtUtils::MakeMaker' => '6.31'
+  },
+  'DISTNAME' => 'String-Flogger',
+  'EXE_FILES' => [],
+  'LICENSE' => 'perl',
+  'NAME' => 'String::Flogger',
+  'PREREQ_PM' => {
+    'JSON' => '0',
+    'Params::Util' => '0',
+    'Scalar::Util' => '0',
+    'Sub::Exporter' => '0',
+    'Sub::Exporter::Util' => '0'
+  },
+  'VERSION' => '1.101241',
+  'test' => {
+    'TESTS' => 't/*.t'
+  }
+);
 
 
 unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
   my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
-  my $pp = $WriteMakefileArgs{PREREQ_PM}; 
+  my $pp = $WriteMakefileArgs{PREREQ_PM};
   for my $mod ( keys %$br ) {
     if ( exists $pp->{$mod} ) {
-      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod}; 
+      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
     }
     else {
       $pp->{$mod} = $br->{$mod};

Modified: trunk/libstring-flogger-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/README?rev=67934&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/README (original)
+++ trunk/libstring-flogger-perl/README Thu Jan 27 13:45:46 2011
@@ -1,11 +1,11 @@
 
 
 This archive contains the distribution String-Flogger,
-version 1.101240:
+version 1.101241:
 
   string munging for loggers
 
-This software is copyright (c) 2010 by Ricardo SIGNES <rjbs at cpan.org>.
+This software is copyright (c) 2011 by Ricardo SIGNES <rjbs at cpan.org>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: trunk/libstring-flogger-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/debian/changelog?rev=67934&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/debian/changelog (original)
+++ trunk/libstring-flogger-perl/debian/changelog Thu Jan 27 13:45:46 2011
@@ -1,3 +1,15 @@
+libstring-flogger-perl (1.101241-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add build-dep on libtest-simple-perl (>= 0.96).
+  * debian/copyright: Update years of copyright; refer to "Debian systems"
+    instead of "Debian GNU/Linux systems"; refer to
+    /usr/share/common-licenses/GPL-1.
+  * Bump Standards-Version to 3.9.1.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Thu, 27 Jan 2011 14:44:24 +0100
+
 libstring-flogger-perl (1.101240-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libstring-flogger-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/debian/control?rev=67934&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/debian/control (original)
+++ trunk/libstring-flogger-perl/debian/control Thu Jan 27 13:45:46 2011
@@ -3,10 +3,11 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libparams-util-perl, libsub-exporter-perl,
-  libjson-perl (>= 2)
+  libjson-perl (>= 2), libtest-simple-perl (>= 0.96)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.4
+Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
+ Ansgar Burchardt <ansgar at debian.org>
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/String-Flogger/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstring-flogger-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstring-flogger-perl/

Modified: trunk/libstring-flogger-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/debian/copyright?rev=67934&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/debian/copyright (original)
+++ trunk/libstring-flogger-perl/debian/copyright Thu Jan 27 13:45:46 2011
@@ -4,7 +4,7 @@
 Name: String-Flogger
 
 Files: *
-Copyright: 2010, Ricardo SIGNES <rjbs at cpan.org>
+Copyright: 2011, Ricardo SIGNES <rjbs at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
@@ -16,8 +16,8 @@
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
  .
- On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -25,5 +25,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'
+ On Debian systems, the complete text of version 1 the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libstring-flogger-perl/lib/String/Flogger.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/lib/String/Flogger.pm?rev=67934&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/lib/String/Flogger.pm (original)
+++ trunk/libstring-flogger-perl/lib/String/Flogger.pm Thu Jan 27 13:45:46 2011
@@ -2,7 +2,7 @@
 use warnings;
 package String::Flogger;
 BEGIN {
-  $String::Flogger::VERSION = '1.101240';
+  $String::Flogger::VERSION = '1.101241';
 }
 # ABSTRACT: string munging for loggers
 
@@ -55,10 +55,15 @@
 
   if (_ARRAYLIKE($input)) {
     my ($fmt, @data) = @$input;
-    return sprintf $fmt, $class->_encrefs(\@data);
+    return $class->format_string($fmt, $class->_encrefs(\@data));
   }
 
   return $class->_encrefs([ $input ]);
+}
+
+sub format_string {
+  my ($self, $fmt, @input) = @_;
+  sprintf $fmt, @input;
 }
 
 1;
@@ -72,7 +77,7 @@
 
 =head1 VERSION
 
-version 1.101240
+version 1.101241
 
 =head1 SYNOPSIS
 
@@ -104,13 +109,27 @@
 
   while avoiding sprintfiness, if needed
 
+=head1 METHODS
+
+=head2 flag
+
+This method is described in the synopsis.
+
+=head2 format_string
+
+  $flogger->format_string($fmt, \@input);
+
+This method is used to take the formatted arguments for a format string (when
+C<flog> is passed an arrayref) and turn it into a string.  By default, it just
+uses C<L<perlfunc/sprintf>>.
+
 =head1 AUTHOR
 
-  Ricardo SIGNES <rjbs at cpan.org>
+Ricardo SIGNES <rjbs at cpan.org>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Ricardo SIGNES <rjbs at cpan.org>.
+This software is copyright (c) 2011 by Ricardo SIGNES <rjbs at cpan.org>.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: trunk/libstring-flogger-perl/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/t/release-pod-syntax.t?rev=67934&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/t/release-pod-syntax.t (original)
+++ trunk/libstring-flogger-perl/t/release-pod-syntax.t Thu Jan 27 13:45:46 2011
@@ -9,7 +9,7 @@
 
 use Test::More;
 
-eval "use Test::Pod 1.00";
-plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+eval "use Test::Pod 1.41";
+plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
 
-all_pod_files_ok();
+all_pod_files_ok();




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