[libpod-wordlist-hanekomu-perl] 01/07: Imported Upstream version 1.132680

gregor herrmann gregoa at debian.org
Wed Oct 23 20:36:55 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libpod-wordlist-hanekomu-perl.

commit 3c720d4804a7e36b45637adbedd54441ef7155b8
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 23 22:30:57 2013 +0200

    Imported Upstream version 1.132680
---
 Changes                      |   11 ++++++
 META.json                    |   26 ++++++++----
 META.yml                     |   13 +++---
 Makefile.PL                  |   33 +++++++++++-----
 README                       |   12 +++++-
 lib/Pod/Wordlist/hanekomu.pm |   40 ++++++++++++-------
 t/00-compile.t               |   89 +++++++++++++++---------------------------
 t/author-pod-spell.t         |    9 +++--
 t/author-test-eol.t          |    5 +--
 t/release-kwalitee.t         |    7 +---
 t/release-no-tabs.t          |   14 +++++--
 t/release-portability.t      |    3 ++
 t/release-synopsis.t         |    2 +-
 13 files changed, 151 insertions(+), 113 deletions(-)

diff --git a/Changes b/Changes
index ce16219..df066bc 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 Revision history for Perl extension Pod-Wordlist-hanekomu
 
+1.132680  2013-09-25 14:47:26 America/New_York
+
+    - marked as deprecated now that words are merged
+      into Pod::Wordlist
+
+1.130240  2013-01-23 20:27:57 America/New_York
+
+1.122840  2012-10-10 10:25:10 America/New_York
+
+    - added: iteratively
+
 1.121370  2012-05-16 17:02:39 America/New_York
 
     - added: GUIDs, UUID, UUIDs, searchable
diff --git a/META.json b/META.json
index b9e7f1c..9e71657 100644
--- a/META.json
+++ b/META.json
@@ -1,11 +1,11 @@
 {
-   "abstract" : "Add words for spell checking POD",
+   "abstract" : "Add words for spell checking POD (DEPRECATED)",
    "author" : [
       "Marcel Gruenauer <marcel at cpan.org>",
       "David Golden <dagolden at cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.300016, CPAN::Meta::Converter version 2.120921",
+   "generated_by" : "Dist::Zilla version 4.300039, CPAN::Meta::Converter version 2.132620",
    "license" : [
       "perl_5"
    ],
@@ -20,6 +20,17 @@
             "ExtUtils::MakeMaker" : "6.30"
          }
       },
+      "develop" : {
+         "requires" : {
+            "Pod::Coverage::TrustPod" : "0",
+            "Test::CPAN::Meta" : "0",
+            "Test::Kwalitee" : "1.08",
+            "Test::More" : "0",
+            "Test::NoTabs" : "0",
+            "Test::Pod" : "1.41",
+            "Test::Pod::Coverage" : "1.08"
+         }
+      },
       "runtime" : {
          "requires" : {
             "Test::Spelling" : "0",
@@ -32,8 +43,9 @@
       "test" : {
          "requires" : {
             "Carp" : "0",
-            "File::Find" : "0",
-            "File::Temp" : "0",
+            "File::Spec" : "0",
+            "IO::Handle" : "0",
+            "IPC::Open3" : "0",
             "Scalar::Util" : "0",
             "Test::More" : "0.94"
          }
@@ -42,7 +54,7 @@
    "provides" : {
       "Pod::Wordlist::hanekomu" : {
          "file" : "lib/Pod/Wordlist/hanekomu.pm",
-         "version" : "1.121370"
+         "version" : "1.132680"
       }
    },
    "release_status" : "stable",
@@ -55,9 +67,9 @@
       "repository" : {
          "type" : "git",
          "url" : "git://github.com/dagolden/Pod-Wordlist-hanekomu.git",
-         "web" : "http://github.com/dagolden/Pod-Wordlist-hanekomu"
+         "web" : "https://github.com/dagolden/Pod-Wordlist-hanekomu"
       }
    },
-   "version" : "1.121370"
+   "version" : "1.132680"
 }
 
diff --git a/META.yml b/META.yml
index 2be2b11..c91ce94 100644
--- a/META.yml
+++ b/META.yml
@@ -1,18 +1,19 @@
 ---
-abstract: 'Add words for spell checking POD'
+abstract: 'Add words for spell checking POD (DEPRECATED)'
 author:
   - 'Marcel Gruenauer <marcel at cpan.org>'
   - 'David Golden <dagolden at cpan.org>'
 build_requires:
   Carp: 0
-  File::Find: 0
-  File::Temp: 0
+  File::Spec: 0
+  IO::Handle: 0
+  IPC::Open3: 0
   Scalar::Util: 0
   Test::More: 0.94
 configure_requires:
   ExtUtils::MakeMaker: 6.30
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.300016, CPAN::Meta::Converter version 2.120921'
+generated_by: 'Dist::Zilla version 4.300039, CPAN::Meta::Converter version 2.132620'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,7 +22,7 @@ name: Pod-Wordlist-hanekomu
 provides:
   Pod::Wordlist::hanekomu:
     file: lib/Pod/Wordlist/hanekomu.pm
-    version: 1.121370
+    version: 1.132680
 requires:
   Test::Spelling: 0
   perl: 5.008
@@ -32,4 +33,4 @@ resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Pod-Wordlist-hanekomu
   homepage: https://metacpan.org/module/Pod::Wordlist::hanekomu/
   repository: git://github.com/dagolden/Pod-Wordlist-hanekomu.git
-version: 1.121370
+version: 1.132680
diff --git a/Makefile.PL b/Makefile.PL
index 1323443..0252bab 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,15 +9,9 @@ use ExtUtils::MakeMaker 6.30;
 
 
 my %WriteMakefileArgs = (
-  "ABSTRACT" => "Add words for spell checking POD",
+  "ABSTRACT" => "Add words for spell checking POD (DEPRECATED)",
   "AUTHOR" => "Marcel Gruenauer <marcel\@cpan.org>, David Golden <dagolden\@cpan.org>",
-  "BUILD_REQUIRES" => {
-    "Carp" => 0,
-    "File::Find" => 0,
-    "File::Temp" => 0,
-    "Scalar::Util" => 0,
-    "Test::More" => "0.94"
-  },
+  "BUILD_REQUIRES" => {},
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => "6.30"
   },
@@ -31,13 +25,34 @@ my %WriteMakefileArgs = (
     "utf8" => 0,
     "warnings" => 0
   },
-  "VERSION" => "1.121370",
+  "TEST_REQUIRES" => {
+    "Carp" => 0,
+    "File::Spec" => 0,
+    "IO::Handle" => 0,
+    "IPC::Open3" => 0,
+    "Scalar::Util" => 0,
+    "Test::More" => "0.94"
+  },
+  "VERSION" => "1.132680",
   "test" => {
     "TESTS" => "t/*.t"
   }
 );
 
 
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+  my $tr = delete $WriteMakefileArgs{TEST_REQUIRES};
+  my $br = $WriteMakefileArgs{BUILD_REQUIRES};
+  for my $mod ( keys %$tr ) {
+    if ( exists $br->{$mod} ) {
+      $br->{$mod} = $tr->{$mod} if $tr->{$mod} > $br->{$mod};
+    }
+    else {
+      $br->{$mod} = $tr->{$mod};
+    }
+  }
+}
+
 unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
   my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
   my $pp = $WriteMakefileArgs{PREREQ_PM};
diff --git a/README b/README
index 8ad6c44..83e65d2 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
 NAME
-    Pod::Wordlist::hanekomu - Add words for spell checking POD
+    Pod::Wordlist::hanekomu - Add words for spell checking POD (DEPRECATED)
 
 VERSION
-    version 1.121370
+    version 1.132680
 
 SYNOPSIS
         use Test::Spelling;
@@ -18,6 +18,14 @@ DESCRIPTION
     JSON, URI) and other commonly-used words not included in the default
     word list (e.g. mixin, munging).
 
+DEPRECATION
+    All non-name words from this list have been merged into the master
+    Pod::Wordlist module. Names are often grabbed directly from author and
+    contributor metadata by relevant tools and are unlikely to be as
+    necessary.
+
+    Therefore, this list is no longer maintained.
+
 INSTALLATION
     See perlmodinstall for information and options on installing Perl
     modules.
diff --git a/lib/Pod/Wordlist/hanekomu.pm b/lib/Pod/Wordlist/hanekomu.pm
index 2f71ae2..97e0fe6 100644
--- a/lib/Pod/Wordlist/hanekomu.pm
+++ b/lib/Pod/Wordlist/hanekomu.pm
@@ -4,39 +4,37 @@ use warnings;
 
 package Pod::Wordlist::hanekomu;
 {
-  $Pod::Wordlist::hanekomu::VERSION = '1.121370';
+  $Pod::Wordlist::hanekomu::VERSION = '1.132680';
 }
-# ABSTRACT: Add words for spell checking POD
+# ABSTRACT: Add words for spell checking POD (DEPRECATED)
 use Test::Spelling;
 set_spell_cmd 'aspell list';
 use utf8;
 our @person_names = qw(
   Achim
   Adam
-  Conway
   Cushing
-  Damian
+  Damian Conway
   Doherty
   Doran
   Eilam
   Ekker
   Florian
-  Gruenauer
+  Marcel Gruenauer
   Heinz
   Helmberger
   Hofstetter
   Lapworth
-  Marcel
   Mark
   Metheringham
-  Miyagawa
   Ran
-  Ricardo
-  Signes
+  Ricardo Signes rjbs
   Takesako
-  Tatsuhiko
+  Tatsuhiko Miyagawa
+  mst
 );
 our @tech_names = qw(
+  AES
   AnyEvent
   AOP
   API
@@ -71,6 +69,7 @@ our @tech_names = qw(
   MakeMaker
   Markdown
   Middleware
+  MongoDB
   mkdn
   modulino
   MVC
@@ -80,11 +79,13 @@ our @tech_names = qw(
   PHP
   Plack
   PSGI
+  RDBMS
   README
   ShipIt
   SMTP
   Spiffy
   SQL
+  SQLite
   SSL
   STDERR
   STDIN
@@ -147,6 +148,7 @@ our @stopwords = qw(
   hostname
   indices
   init
+  iteratively
   japanese
   Joseki
   kwalitee
@@ -207,6 +209,8 @@ our @stopwords = qw(
   stringifications
   stringifies
   stringify
+  subclass
+  subclasses
   subdirectories
   subdirectory
   subobjects
@@ -215,6 +219,7 @@ our @stopwords = qw(
   timestamp
   tokenizes
   toolchain
+  tuple
   unblessed
   unshifts
   username
@@ -237,17 +242,17 @@ add_stopwords(sort keys %words);
 $ENV{LANG} = 'C';
 1;
 
-
 __END__
+
 =pod
 
 =head1 NAME
 
-Pod::Wordlist::hanekomu - Add words for spell checking POD
+Pod::Wordlist::hanekomu - Add words for spell checking POD (DEPRECATED)
 
 =head1 VERSION
 
-version 1.121370
+version 1.132680
 
 =head1 SYNOPSIS
 
@@ -264,6 +269,14 @@ The stopword list includes some CPAN author names, technical terms (e.g.  JSON,
 URI) and other commonly-used words not included in the default word list (e.g.
 mixin, munging).
 
+=head1 DEPRECATION
+
+All non-name words from this list have been merged into the master L<Pod::Wordlist>
+module.  Names are often grabbed directly from author and contributor metadata
+by relevant tools and are unlikely to be as necessary.
+
+Therefore, this list is no longer maintained.
+
 =head1 INSTALLATION
 
 See perlmodinstall for information and options on installing Perl modules.
@@ -301,4 +314,3 @@ This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 =cut
-
diff --git a/t/00-compile.t b/t/00-compile.t
index 6771e12..66b7daf 100644
--- a/t/00-compile.t
+++ b/t/00-compile.t
@@ -1,73 +1,46 @@
-#!perl
-
 use strict;
 use warnings;
 
-use Test::More;
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.033
 
+use Test::More  tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
 
 
-use File::Find;
-use File::Temp qw{ tempdir };
 
-my @modules;
-find(
-  sub {
-    return if $File::Find::name !~ /\.pm\z/;
-    my $found = $File::Find::name;
-    $found =~ s{^lib/}{};
-    $found =~ s{[/\\]}{::}g;
-    $found =~ s/\.pm$//;
-    # nothing to skip
-    push @modules, $found;
-  },
-  'lib',
+my @module_files = (
+    'Pod/Wordlist/hanekomu.pm'
 );
 
-sub _find_scripts {
-    my $dir = shift @_;
-
-    my @found_scripts = ();
-    find(
-      sub {
-        return unless -f;
-        my $found = $File::Find::name;
-        # nothing to skip
-        open my $FH, '<', $_ or do {
-          note( "Unable to open $found in ( $! ), skipping" );
-          return;
-        };
-        my $shebang = <$FH>;
-        return unless $shebang =~ /^#!.*?\bperl\b\s*$/;
-        push @found_scripts, $found;
-      },
-      $dir,
-    );
-
-    return @found_scripts;
-}
 
-my @scripts;
-do { push @scripts, _find_scripts($_) if -d $_ }
-    for qw{ bin script scripts };
 
-my $plan = scalar(@modules) + scalar(@scripts);
-$plan ? (plan tests => $plan) : (plan skip_all => "no tests to run");
+# no fake home requested
 
+use File::Spec;
+use IPC::Open3;
+use IO::Handle;
+
+my @warnings;
+for my $lib (@module_files)
 {
-    # fake home for cpan-testers
-    # no fake requested ## local $ENV{HOME} = tempdir( CLEANUP => 1 );
-
-    like( qx{ $^X -Ilib -e "require $_; print '$_ ok'" }, qr/^\s*$_ ok/s, "$_ loaded ok" )
-        for sort @modules;
-
-    SKIP: {
-        eval "use Test::Script 1.05; 1;";
-        skip "Test::Script needed to test script compilation", scalar(@scripts) if $@;
-        foreach my $file ( @scripts ) {
-            my $script = $file;
-            $script =~ s!.*/!!;
-            script_compiles( $file, "$script script compiles" );
-        }
+    # see L<perlfaq8/How can I capture STDERR from an external command?>
+    open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!";
+    my $stderr = IO::Handle->new;
+
+    my $pid = open3($stdin, '>&STDERR', $stderr, $^X, '-Mblib', '-e', "require q[$lib]");
+    binmode $stderr, ':crlf' if $^O eq 'MSWin32';
+    my @_warnings = <$stderr>;
+    waitpid($pid, 0);
+    is($? >> 8, 0, "$lib loaded ok");
+
+    if (@_warnings)
+    {
+        warn @_warnings;
+        push @warnings, @_warnings;
     }
 }
+
+
+
+is(scalar(@warnings), 0, 'no warnings found') if $ENV{AUTHOR_TESTING};
+
+
diff --git a/t/author-pod-spell.t b/t/author-pod-spell.t
index 30431ef..ac3bb9d 100644
--- a/t/author-pod-spell.t
+++ b/t/author-pod-spell.t
@@ -10,17 +10,20 @@ use strict;
 use warnings;
 use Test::More;
 
-# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.002004
-eval "use Test::Spelling 0.12; use Pod::Wordlist::hanekomu; 1" or die $@;
+# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006001
+use Test::Spelling 0.12;
+use Pod::Wordlist;
 
 
 add_stopwords(<DATA>);
-all_pod_files_spelling_ok('bin', 'lib');
+all_pod_files_spelling_ok( qw( bin lib  ) );
 __DATA__
 Marcel
 Gruenauer
+marcel
 David
 Golden
+dagolden
 lib
 Pod
 Wordlist
diff --git a/t/author-test-eol.t b/t/author-test-eol.t
index 37132ed..3f4693c 100644
--- a/t/author-test-eol.t
+++ b/t/author-test-eol.t
@@ -10,8 +10,7 @@ use strict;
 use warnings;
 use Test::More;
 
-# generated by Dist::Zilla::Plugin::Test::EOL 0.07
-eval "use Test::EOL; 1;" or die $@;
-# ^^ hack to get around prereqscanner detection, remove someday
+# generated by Dist::Zilla::Plugin::Test::EOL 0.08
+use Test::EOL;
 
 all_perl_files_ok({ trailing_whitespace => 1 });
diff --git a/t/release-kwalitee.t b/t/release-kwalitee.t
index 572378a..a1f27ee 100644
--- a/t/release-kwalitee.t
+++ b/t/release-kwalitee.t
@@ -1,4 +1,3 @@
-#!perl
 
 BEGIN {
   unless ($ENV{RELEASE_TESTING}) {
@@ -7,11 +6,7 @@ BEGIN {
   }
 }
 
-
 # This test is generated by Dist::Zilla::Plugin::Test::Kwalitee
 use strict;
 use warnings;
-use Test::More;   # needed to provide plan.
-eval "use Test::Kwalitee";
-
-plan skip_all => "Test::Kwalitee required for testing kwalitee" if $@;
+use Test::Kwalitee;
diff --git a/t/release-no-tabs.t b/t/release-no-tabs.t
index 1c7204e..277afd6 100644
--- a/t/release-no-tabs.t
+++ b/t/release-no-tabs.t
@@ -8,9 +8,15 @@ BEGIN {
 
 use strict;
 use warnings;
-use Test::More;
 
-eval 'use Test::NoTabs';
-plan skip_all => 'Test::NoTabs required' if $@;
+# this test was generated with Dist::Zilla::Plugin::NoTabsTests 0.02
 
-all_perl_files_ok();
+use Test::More 0.88;
+use Test::NoTabs;
+
+my @files = (
+    'lib/Pod/Wordlist/hanekomu.pm'
+);
+
+notabs_ok($_) foreach @files;
+done_testing;
diff --git a/t/release-portability.t b/t/release-portability.t
index 3f82125..f0fd79f 100644
--- a/t/release-portability.t
+++ b/t/release-portability.t
@@ -8,6 +8,9 @@ BEGIN {
 }
 
 
+use strict;
+use warnings;
+
 use Test::More;
 
 eval 'use Test::Portability::Files';
diff --git a/t/release-synopsis.t b/t/release-synopsis.t
index 7a83682..8da87a2 100644
--- a/t/release-synopsis.t
+++ b/t/release-synopsis.t
@@ -13,4 +13,4 @@ use Test::More;
 eval "use Test::Synopsis";
 plan skip_all => "Test::Synopsis required for testing synopses"
   if $@;
-all_synopsis_ok('lib');
+all_synopsis_ok();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpod-wordlist-hanekomu-perl.git



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