r72107 - in /branches/upstream/libstring-truncate-perl/current: Changes LICENSE MANIFEST META.json META.yml Makefile.PL README lib/String/Truncate.pm t/release-pod-coverage.t t/release-pod-syntax.t

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Thu Mar 31 21:46:56 UTC 2011


Author: carnil
Date: Thu Mar 31 21:46:41 2011
New Revision: 72107

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72107
Log:
[svn-upgrade] new version libstring-truncate-perl (1.100600)

Removed:
    branches/upstream/libstring-truncate-perl/current/t/release-pod-coverage.t
Modified:
    branches/upstream/libstring-truncate-perl/current/Changes
    branches/upstream/libstring-truncate-perl/current/LICENSE
    branches/upstream/libstring-truncate-perl/current/MANIFEST
    branches/upstream/libstring-truncate-perl/current/META.json
    branches/upstream/libstring-truncate-perl/current/META.yml
    branches/upstream/libstring-truncate-perl/current/Makefile.PL
    branches/upstream/libstring-truncate-perl/current/README
    branches/upstream/libstring-truncate-perl/current/lib/String/Truncate.pm
    branches/upstream/libstring-truncate-perl/current/t/release-pod-syntax.t

Modified: branches/upstream/libstring-truncate-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-truncate-perl/current/Changes?rev=72107&op=diff
==============================================================================
--- branches/upstream/libstring-truncate-perl/current/Changes (original)
+++ branches/upstream/libstring-truncate-perl/current/Changes Thu Mar 31 21:46:41 2011
@@ -1,27 +1,31 @@
 Revision history for String-Truncate
 
+1.100600  2011-03-26 07:32:57 America/New_York
+          fix documention: the argument is "truncate" not "elite"
+          (thanks for the report, Tommy Stanton!)
+
 1.100570  2010-02-26 15:09:16 America/New_York
-        do not break elide at_space on newline; resolves RT #45493
-        convert to Dist::Zilla
+          do not break elide at_space on newline; resolves RT #45493
+          convert to Dist::Zilla
 
-0.102   2007-07-23
-        add at_space option to break text at whitespace
+0.102     2007-07-23
+          add at_space option to break text at whitespace
 
-0.100   2006-06-10
-        use Sub::Exporter::Util::merge_col to allow per-import args
+0.100     2006-06-10
+          use Sub::Exporter::Util::merge_col to allow per-import args
 
-0.06    2006-03-12
-        replace custom exporter with Sub::Exporter
+0.06      2006-03-12
+          replace custom exporter with Sub::Exporter
 
-0.05    2006-02-24
-        fixed some bugs with short strings or long markers
-        trunc_ and elide_with_defaults for custom elide/trunc
-        new exporter with per-import defaults
-        extensive refactoring; 100% coverage!
+0.05      2006-02-24
+          fixed some bugs with short strings or long markers
+          trunc_ and elide_with_defaults for custom elide/trunc
+          new exporter with per-import defaults
+          extensive refactoring; 100% coverage!
 
-0.02    2005-10-15, a little later
-        added 'ends' truncation
+0.02      2005-10-15, a little later
+          added 'ends' truncation
 
-0.01    2005-10-15
-        released!
+0.01      2005-10-15
+          released!
 

Modified: branches/upstream/libstring-truncate-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-truncate-perl/current/LICENSE?rev=72107&op=diff
==============================================================================
--- branches/upstream/libstring-truncate-perl/current/LICENSE (original)
+++ branches/upstream/libstring-truncate-perl/current/LICENSE Thu Mar 31 21:46:41 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 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.
+This software is Copyright (c) 2011 by Ricardo Signes.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2010 by Ricardo Signes.
+This software is Copyright (c) 2011 by Ricardo Signes.
 
 This is free software, licensed under:
 

Modified: branches/upstream/libstring-truncate-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-truncate-perl/current/MANIFEST?rev=72107&op=diff
==============================================================================
--- branches/upstream/libstring-truncate-perl/current/MANIFEST (original)
+++ branches/upstream/libstring-truncate-perl/current/MANIFEST Thu Mar 31 21:46:41 2011
@@ -11,5 +11,4 @@
 t/boilerplate.t
 t/ends.t
 t/exports.t
-t/release-pod-coverage.t
-t/release-pod-syntax.t
+t/release-pod-syntax.t

Modified: branches/upstream/libstring-truncate-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-truncate-perl/current/META.json?rev=72107&op=diff
==============================================================================
--- branches/upstream/libstring-truncate-perl/current/META.json (original)
+++ branches/upstream/libstring-truncate-perl/current/META.json Thu Mar 31 21:46:41 2011
@@ -1,26 +1,227 @@
 {
-   "resources" : {
-      "repository" : "git://git.codesimply.com/String-Truncate.git"
-   },
-   "generated_by" : "Dist::Zilla version 1.100520",
-   "meta-spec" : {
-      "version" : 1.4,
-      "url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
-   },
-   "version" : "1.100570",
-   "name" : "String-Truncate",
+   "abstract" : "a module for when strings are too long to be displayed in...",
    "author" : [
       "Ricardo Signes <rjbs at cpan.org>"
    ],
-   "license" : "perl",
-   "requires" : {
-      "Sub::Exporter::Util" : 0,
-      "Test::More" : "0.88",
-      "Sub::Install" : "0.03",
-      "ExtUtils::MakeMaker" : "6.11",
-      "Sub::Exporter" : "0.953",
-      "Carp" : 0
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110580",
+   "license" : [
+      "perl_5"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
    },
-   "abstract" : "a module for when strings are too long to be displayed in..."
+   "name" : "String-Truncate",
+   "prereqs" : {
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "6.31"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Carp" : 0,
+            "Sub::Exporter" : "0.953",
+            "Sub::Exporter::Util" : 0,
+            "Sub::Install" : "0.03"
+         }
+      },
+      "test" : {
+         "requires" : {
+            "Test::More" : "0.96"
+         }
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "repository" : {
+         "type" : "git",
+         "url" : "git://git.codesimply.com/String-Truncate.git"
+      }
+   },
+   "version" : "1.100600",
+   "x_Dist_Zilla" : {
+      "plugins" : [
+         {
+            "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
+            "name" : "@RJBS/CheckPrereqsIndexed",
+            "version" : "0.002"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::GatherDir",
+            "name" : "@RJBS/@Basic/GatherDir",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PruneCruft",
+            "name" : "@RJBS/@Basic/PruneCruft",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ManifestSkip",
+            "name" : "@RJBS/@Basic/ManifestSkip",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaYAML",
+            "name" : "@RJBS/@Basic/MetaYAML",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::License",
+            "name" : "@RJBS/@Basic/License",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Readme",
+            "name" : "@RJBS/@Basic/Readme",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExtraTests",
+            "name" : "@RJBS/@Basic/ExtraTests",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExecDir",
+            "name" : "@RJBS/@Basic/ExecDir",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ShareDir",
+            "name" : "@RJBS/@Basic/ShareDir",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MakeMaker",
+            "name" : "@RJBS/@Basic/MakeMaker",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Manifest",
+            "name" : "@RJBS/@Basic/Manifest",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::TestRelease",
+            "name" : "@RJBS/@Basic/TestRelease",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
+            "name" : "@RJBS/@Basic/ConfirmRelease",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
+            "name" : "@RJBS/@Basic/UploadToCPAN",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
+            "name" : "@RJBS/AutoPrereqs",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::NextVersion",
+            "name" : "@RJBS/Git::NextVersion",
+            "version" : "1.110500"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PkgVersion",
+            "name" : "@RJBS/PkgVersion",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaConfig",
+            "name" : "@RJBS/MetaConfig",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaJSON",
+            "name" : "@RJBS/MetaJSON",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::NextRelease",
+            "name" : "@RJBS/NextRelease",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+            "name" : "@RJBS/PodSyntaxTests",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Repository",
+            "name" : "@RJBS/Repository",
+            "version" : "0.17"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "test",
+                  "type" : "requires"
+               }
+            },
+            "name" : "@RJBS/TestMoreWithSubtests",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodWeaver",
+            "name" : "@RJBS/PodWeaver",
+            "version" : "3.101641"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Check",
+            "name" : "@RJBS/@Git/Check",
+            "version" : "1.110500"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Commit",
+            "name" : "@RJBS/@Git/Commit",
+            "version" : "1.110500"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Tag",
+            "name" : "@RJBS/@Git/Tag",
+            "version" : "1.110500"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Git::Push",
+            "name" : "@RJBS/@Git/Push",
+            "version" : "1.110500"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":InstallModules",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":TestFiles",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ExecFiles",
+            "version" : "4.200004"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ShareFiles",
+            "version" : "4.200004"
+         }
+      ],
+      "zilla" : {
+         "class" : "Dist::Zilla::Dist::Builder",
+         "config" : {
+            "is_trial" : 0
+         },
+         "version" : "4.200004"
+      }
+   }
 }
 

Modified: branches/upstream/libstring-truncate-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-truncate-perl/current/META.yml?rev=72107&op=diff
==============================================================================
--- branches/upstream/libstring-truncate-perl/current/META.yml (original)
+++ branches/upstream/libstring-truncate-perl/current/META.yml Thu Mar 31 21:46:41 2011
@@ -2,7 +2,12 @@
 abstract: 'a module for when strings are too long to be displayed in...'
 author:
   - 'Ricardo Signes <rjbs at cpan.org>'
-generated_by: 'Dist::Zilla version 1.100520'
+build_requires:
+  Test::More: 0.96
+configure_requires:
+  ExtUtils::MakeMaker: 6.31
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110580'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -10,11 +15,152 @@
 name: String-Truncate
 requires:
   Carp: 0
-  ExtUtils::MakeMaker: 6.11
   Sub::Exporter: 0.953
   Sub::Exporter::Util: 0
   Sub::Install: 0.03
-  Test::More: 0.88
 resources:
   repository: git://git.codesimply.com/String-Truncate.git
-version: 1.100570
+version: 1.100600
+x_Dist_Zilla:
+  plugins:
+    -
+      class: Dist::Zilla::Plugin::CheckPrereqsIndexed
+      name: '@RJBS/CheckPrereqsIndexed'
+      version: 0.002
+    -
+      class: Dist::Zilla::Plugin::GatherDir
+      name: '@RJBS/@Basic/GatherDir'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::PruneCruft
+      name: '@RJBS/@Basic/PruneCruft'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::ManifestSkip
+      name: '@RJBS/@Basic/ManifestSkip'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::MetaYAML
+      name: '@RJBS/@Basic/MetaYAML'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::License
+      name: '@RJBS/@Basic/License'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::Readme
+      name: '@RJBS/@Basic/Readme'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::ExtraTests
+      name: '@RJBS/@Basic/ExtraTests'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::ExecDir
+      name: '@RJBS/@Basic/ExecDir'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::ShareDir
+      name: '@RJBS/@Basic/ShareDir'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::MakeMaker
+      name: '@RJBS/@Basic/MakeMaker'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::Manifest
+      name: '@RJBS/@Basic/Manifest'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::TestRelease
+      name: '@RJBS/@Basic/TestRelease'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::ConfirmRelease
+      name: '@RJBS/@Basic/ConfirmRelease'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::UploadToCPAN
+      name: '@RJBS/@Basic/UploadToCPAN'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::AutoPrereqs
+      name: '@RJBS/AutoPrereqs'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::Git::NextVersion
+      name: '@RJBS/Git::NextVersion'
+      version: 1.110500
+    -
+      class: Dist::Zilla::Plugin::PkgVersion
+      name: '@RJBS/PkgVersion'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::MetaConfig
+      name: '@RJBS/MetaConfig'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::MetaJSON
+      name: '@RJBS/MetaJSON'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::NextRelease
+      name: '@RJBS/NextRelease'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::PodSyntaxTests
+      name: '@RJBS/PodSyntaxTests'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::Repository
+      name: '@RJBS/Repository'
+      version: 0.17
+    -
+      class: Dist::Zilla::Plugin::Prereqs
+      config:
+        Dist::Zilla::Plugin::Prereqs:
+          phase: test
+          type: requires
+      name: '@RJBS/TestMoreWithSubtests'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::PodWeaver
+      name: '@RJBS/PodWeaver'
+      version: 3.101641
+    -
+      class: Dist::Zilla::Plugin::Git::Check
+      name: '@RJBS/@Git/Check'
+      version: 1.110500
+    -
+      class: Dist::Zilla::Plugin::Git::Commit
+      name: '@RJBS/@Git/Commit'
+      version: 1.110500
+    -
+      class: Dist::Zilla::Plugin::Git::Tag
+      name: '@RJBS/@Git/Tag'
+      version: 1.110500
+    -
+      class: Dist::Zilla::Plugin::Git::Push
+      name: '@RJBS/@Git/Push'
+      version: 1.110500
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':InstallModules'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':TestFiles'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ExecFiles'
+      version: 4.200004
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ShareFiles'
+      version: 4.200004
+  zilla:
+    class: Dist::Zilla::Dist::Builder
+    config:
+      is_trial: 0
+    version: 4.200004

Modified: branches/upstream/libstring-truncate-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-truncate-perl/current/Makefile.PL?rev=72107&op=diff
==============================================================================
--- branches/upstream/libstring-truncate-perl/current/Makefile.PL (original)
+++ branches/upstream/libstring-truncate-perl/current/Makefile.PL Thu Mar 31 21:46:41 2011
@@ -4,34 +4,51 @@
 
 
 
-use ExtUtils::MakeMaker 6.11;
+use ExtUtils::MakeMaker 6.31;
 
 
 
 my %WriteMakefileArgs = (
-                       'test' => {
-                                   'TESTS' => 't/*.t'
-                                 },
-                       'NAME' => 'String::Truncate',
-                       'DISTNAME' => 'String-Truncate',
-                       'AUTHOR' => 'Ricardo Signes <rjbs at cpan.org>',
-                       'ABSTRACT' => 'a module for when strings are too long to be displayed in...',
-                       'EXE_FILES' => [],
-                       'VERSION' => '1.100570',
-                       'LICENSE' => 'perl',
-                       'PREREQ_PM' => {
-                                        'Test::More' => '0.88',
-                                        'Sub::Exporter::Util' => 0,
-                                        'Sub::Install' => '0.03',
-                                        'ExtUtils::MakeMaker' => '6.11',
-                                        'Sub::Exporter' => '0.953',
-                                        'Carp' => 0
-                                      }
-                     );
+  'ABSTRACT' => 'a module for when strings are too long to be displayed in...',
+  'AUTHOR' => 'Ricardo Signes <rjbs at cpan.org>',
+  'BUILD_REQUIRES' => {
+    'Test::More' => '0.96'
+  },
+  'CONFIGURE_REQUIRES' => {
+    'ExtUtils::MakeMaker' => '6.31'
+  },
+  'DISTNAME' => 'String-Truncate',
+  'EXE_FILES' => [],
+  'LICENSE' => 'perl',
+  'NAME' => 'String::Truncate',
+  'PREREQ_PM' => {
+    'Carp' => '0',
+    'Sub::Exporter' => '0.953',
+    'Sub::Exporter::Util' => '0',
+    'Sub::Install' => '0.03'
+  },
+  'VERSION' => '1.100600',
+  'test' => {
+    'TESTS' => 't/*.t'
+  }
+);
 
 
-delete $WriteMakefileArgs{LICENSE}
-  unless eval { ExtUtils::MakeMaker->VERSION(6.31) };
+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-truncate-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-truncate-perl/current/README?rev=72107&op=diff
==============================================================================
--- branches/upstream/libstring-truncate-perl/current/README (original)
+++ branches/upstream/libstring-truncate-perl/current/README Thu Mar 31 21:46:41 2011
@@ -1,12 +1,13 @@
 
 
-This archive contains the distribution String-Truncate, version
-1.100570:
+This archive contains the distribution String-Truncate,
+version 1.100600:
 
   a module for when strings are too long to be displayed in...
 
-This software is copyright (c) 2010 by Ricardo Signes.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 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: branches/upstream/libstring-truncate-perl/current/lib/String/Truncate.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-truncate-perl/current/lib/String/Truncate.pm?rev=72107&op=diff
==============================================================================
--- branches/upstream/libstring-truncate-perl/current/lib/String/Truncate.pm (original)
+++ branches/upstream/libstring-truncate-perl/current/lib/String/Truncate.pm Thu Mar 31 21:46:41 2011
@@ -1,7 +1,9 @@
 use strict;
 use warnings;
 package String::Truncate;
-our $VERSION = '1.100570';
+BEGIN {
+  $String::Truncate::VERSION = '1.100600';
+}
 # ABSTRACT: a module for when strings are too long to be displayed in...
 
 use Carp qw(croak);
@@ -163,7 +165,7 @@
 
 =head1 VERSION
 
-version 1.100570
+version 1.100600
 
 =head1 SYNOPSIS
 
@@ -200,8 +202,8 @@
 
 Valid arguments are:
 
- elide  - elide at left, right, middle, or ends? (default: right)
- marker - how to mark the elision (default: ...)
+ truncate - elide at left, right, middle, or ends? (default: right)
+ marker   - how to mark the elision (default: ...)
  at_space - if true, strings will be broken at whitespace if possible
 
 =head2 trunc
@@ -274,11 +276,11 @@
 
 =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.
+This software is copyright (c) 2011 by Ricardo Signes.
 
 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: branches/upstream/libstring-truncate-perl/current/t/release-pod-syntax.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstring-truncate-perl/current/t/release-pod-syntax.t?rev=72107&op=diff
==============================================================================
--- branches/upstream/libstring-truncate-perl/current/t/release-pod-syntax.t (original)
+++ branches/upstream/libstring-truncate-perl/current/t/release-pod-syntax.t Thu Mar 31 21:46:41 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