r57314 - in /trunk/libstring-flogger-perl: Changes LICENSE MANIFEST META.json META.yml Makefile.PL README debian/changelog 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:22:10 UTC 2010


Author: jawnsy-guest
Date: Sun May  2 14:22:01 2010
New Revision: 57314

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57314
Log:
Documentation changes only
IGNORE-VERSION: 1.101170-1
* New upstream release

Added:
    trunk/libstring-flogger-perl/META.json
      - copied unchanged from r57312, branches/upstream/libstring-flogger-perl/current/META.json
    trunk/libstring-flogger-perl/dist.ini
      - copied unchanged from r57312, branches/upstream/libstring-flogger-perl/current/dist.ini
    trunk/libstring-flogger-perl/t/release-pod-syntax.t
      - copied unchanged from r57312, branches/upstream/libstring-flogger-perl/current/t/release-pod-syntax.t
Modified:
    trunk/libstring-flogger-perl/Changes
    trunk/libstring-flogger-perl/LICENSE
    trunk/libstring-flogger-perl/MANIFEST
    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/lib/String/Flogger.pm

Modified: trunk/libstring-flogger-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/Changes?rev=57314&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/Changes (original)
+++ trunk/libstring-flogger-perl/Changes Sun May  2 14:22:01 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: trunk/libstring-flogger-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/LICENSE?rev=57314&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/LICENSE (original)
+++ trunk/libstring-flogger-perl/LICENSE Sun May  2 14:22:01 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: trunk/libstring-flogger-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/MANIFEST?rev=57314&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/MANIFEST (original)
+++ trunk/libstring-flogger-perl/MANIFEST Sun May  2 14:22:01 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

Modified: trunk/libstring-flogger-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/META.yml?rev=57314&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/META.yml (original)
+++ trunk/libstring-flogger-perl/META.yml Sun May  2 14:22:01 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: trunk/libstring-flogger-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/Makefile.PL?rev=57314&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/Makefile.PL (original)
+++ trunk/libstring-flogger-perl/Makefile.PL Sun May  2 14:22:01 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: trunk/libstring-flogger-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/README?rev=57314&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/README (original)
+++ trunk/libstring-flogger-perl/README Sun May  2 14:22:01 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.
 
+

Modified: trunk/libstring-flogger-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-flogger-perl/debian/changelog?rev=57314&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/debian/changelog (original)
+++ trunk/libstring-flogger-perl/debian/changelog Sun May  2 14:22:01 2010
@@ -1,3 +1,12 @@
+libstring-flogger-perl (1.101170-1) UNRELEASED; urgency=low
+
+  Documentation changes only
+  IGNORE-VERSION: 1.101170-1
+
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 02 May 2010 10:55:58 -0400
+
 libstring-flogger-perl (1.001-1) unstable; urgency=low
 
   * Initial release (cf. #562102).

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=57314&op=diff
==============================================================================
--- trunk/libstring-flogger-perl/lib/String/Flogger.pm (original)
+++ trunk/libstring-flogger-perl/lib/String/Flogger.pm Sun May  2 14:22:01 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
 
-




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