Hello community,

here is the log from the commit of package perl-bareword-filehandles for 
openSUSE:Factory checked in at 2016-05-25 21:29:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-bareword-filehandles (Old)
 and      /work/SRC/openSUSE:Factory/.perl-bareword-filehandles.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-bareword-filehandles"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-bareword-filehandles/perl-bareword-filehandles.changes
      2014-02-28 21:16:26.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-bareword-filehandles.new/perl-bareword-filehandles.changes
 2016-05-25 21:29:12.000000000 +0200
@@ -1,0 +2,11 @@
+Mon May 23 13:08:18 UTC 2016 - co...@suse.com
+
+- updated to 0.004
+   see /usr/share/doc/packages/perl-bareword-filehandles/Changes
+
+  0.004     2016-05-16 19:18:36+01:00 Europe/London
+   - fix POD typo (RT#76421)
+   - Use "bareword::filehandles/disabled" as the hint hash key
+   - Fix building on -DPERL_OP_PARENT perls (RT#114394)
+
+-------------------------------------------------------------------

Old:
----
  bareword-filehandles-0.003.tar.gz

New:
----
  bareword-filehandles-0.004.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-bareword-filehandles.spec ++++++
--- /var/tmp/diff_new_pack.gFFwvf/_old  2016-05-25 21:29:13.000000000 +0200
+++ /var/tmp/diff_new_pack.gFFwvf/_new  2016-05-25 21:29:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-bareword-filehandles
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:           perl-bareword-filehandles
-Version:        0.003
+Version:        0.004
 Release:        0
 %define cpan_name bareword-filehandles
-Summary:        disables bareword filehandles
+Summary:        Disables Bareword Filehandles
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/bareword-filehandles/
-Source:         
http://www.cpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -38,7 +39,7 @@
 
 %description
 This module lexically disables the use of bareword filehandles with builtin
-functions, except for the special builitin filehandles 'STDIN', 'STDOUT',
+functions, except for the special builtin filehandles 'STDIN', 'STDOUT',
 'STDERR', 'ARGV', 'ARGVOUT' and 'DATA'.
 
 %prep
@@ -58,6 +59,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README weaver.ini
+%doc Changes LICENSE README
 
 %changelog

++++++ bareword-filehandles-0.003.tar.gz -> bareword-filehandles-0.004.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/Changes 
new/bareword-filehandles-0.004/Changes
--- old/bareword-filehandles-0.003/Changes      2011-03-15 14:03:08.000000000 
+0100
+++ new/bareword-filehandles-0.004/Changes      2016-05-16 20:18:38.000000000 
+0200
@@ -1,5 +1,10 @@
 Revision history for bareword::filehandles
 
+0.004     2016-05-16 19:18:36+01:00 Europe/London
+ - fix POD typo (RT#76421)
+ - Use "bareword::filehandles/disabled" as the hint hash key
+ - Fix building on -DPERL_OP_PARENT perls (RT#114394)
+
 0.003     2011-03-15 13:03:07 Europe/London
  - use ppport.h for backwards compatibility
  - work around erroneous op descriptions in perl < 5.8.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/LICENSE 
new/bareword-filehandles-0.004/LICENSE
--- old/bareword-filehandles-0.003/LICENSE      2011-03-15 14:03:09.000000000 
+0100
+++ new/bareword-filehandles-0.004/LICENSE      2016-05-16 20:18:38.000000000 
+0200
@@ -18,15 +18,16 @@
 
   The GNU General Public License, Version 1, February 1989
 
-                   GNU GENERAL PUBLIC LICENSE
-                    Version 1, February 1989
+                    GNU GENERAL PUBLIC LICENSE
+                     Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-                59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-                           Preamble
+                            Preamble
 
   The license agreements of most software companies try to keep users
 at the mercy of those companies.  By contrast, our General Public
@@ -67,7 +68,7 @@
   The precise terms and conditions for copying, distribution and
 modification follow.
 
-                   GNU GENERAL PUBLIC LICENSE
+                    GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License Agreement applies to any program or other work which
@@ -185,7 +186,7 @@
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-                           NO WARRANTY
+                            NO WARRANTY
 
   9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -207,9 +208,9 @@
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-                    END OF TERMS AND CONDITIONS
+                     END OF TERMS AND CONDITIONS
 
-       Appendix: How to Apply These Terms to Your New Programs
+        Appendix: How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to humanity, the best way to achieve this is to make it
@@ -235,8 +236,9 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software Foundation,
-    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 
USA
+
 
 Also add information on how to contact you by electronic and paper mail.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/MANIFEST 
new/bareword-filehandles-0.004/MANIFEST
--- old/bareword-filehandles-0.003/MANIFEST     2011-03-15 14:03:09.000000000 
+0100
+++ new/bareword-filehandles-0.004/MANIFEST     2016-05-16 20:18:38.000000000 
+0200
@@ -1,3 +1,4 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.047.
 Changes
 LICENSE
 MANIFEST
@@ -9,7 +10,7 @@
 inc/BarewordFilehandlesMakeMaker.pm
 lib/bareword/filehandles.pm
 ppport.h
+t/author-pod-coverage.t
+t/author-pod-syntax.t
 t/basic.t
-t/release-pod-coverage.t
-t/release-pod-syntax.t
 weaver.ini
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/META.yml 
new/bareword-filehandles-0.004/META.yml
--- old/bareword-filehandles-0.003/META.yml     2011-03-15 14:03:09.000000000 
+0100
+++ new/bareword-filehandles-0.004/META.yml     2016-05-16 20:18:38.000000000 
+0200
@@ -3,24 +3,26 @@
 author:
   - 'Dagfinn Ilmari Mannsåker <ilm...@ilmari.org>'
 build_requires:
-  Test::More: 0.88
+  Test::More: '0.88'
 configure_requires:
-  B::Hooks::OP::Check: 0
-  ExtUtils::Depends: 0
-  ExtUtils::MakeMaker: 6.31
+  B::Hooks::OP::Check: '0'
+  ExtUtils::Depends: '0'
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 
2.101670'
+generated_by: 'Dist::Zilla version 5.047, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: bareword-filehandles
 requires:
-  B::Hooks::OP::Check: 0
-  Lexical::SealRequireHints: 0
-  XSLoader: 0
-  perl: 5.008001
+  B::Hooks::OP::Check: '0'
+  Lexical::SealRequireHints: '0'
+  XSLoader: '0'
+  perl: '5.008001'
+  strict: '0'
+  warnings: '0'
 resources:
-  homepage: http://github.com/ilmari/bareword-filehandles/tree
-  repository: git://github.com/ilmari/bareword-filehandles.git
-version: 0.003
+  homepage: https://github.com/ilmari/bareword-filehandles
+  repository: https://github.com/ilmari/bareword-filehandles.git
+version: '0.004'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/Makefile.PL 
new/bareword-filehandles-0.004/Makefile.PL
--- old/bareword-filehandles-0.003/Makefile.PL  2011-03-15 14:03:09.000000000 
+0100
+++ new/bareword-filehandles-0.004/Makefile.PL  2016-05-16 20:18:38.000000000 
+0200
@@ -1,53 +1,62 @@
-# This Makefile.PL for  was generated by Dist::Zilla.
-# Don't edit it but the dist.ini used to construct it.
-BEGIN { require 5.008001; }
+# This Makefile.PL for bareword-filehandles was generated by
+# inc::BarewordFilehandlesMakeMaker <self>
+# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.38.
+# Don't edit it but the dist.ini and plugins used to construct it.
+
 use strict;
 use warnings;
-use ExtUtils::MakeMaker 6.31;
+
+use 5.008001;
+use ExtUtils::MakeMaker;
 
 my %WriteMakefileArgs = (
-  'ABSTRACT' => 'disables bareword filehandles',
-  'AUTHOR' => 'Dagfinn Ilmari Mannsåker <ilm...@ilmari.org>',
-  'BUILD_REQUIRES' => {
-    'Test::More' => '0.88'
+  "ABSTRACT" => "disables bareword filehandles",
+  "AUTHOR" => "Dagfinn Ilmari Manns\x{e5}ker <ilmari\@ilmari.org>",
+  "BUILD_REQUIRES" => {
+    "Test::More" => "0.88"
+  },
+  "CONFIGURE_REQUIRES" => {
+    "B::Hooks::OP::Check" => 0,
+    "ExtUtils::Depends" => 0,
+    "ExtUtils::MakeMaker" => 0
   },
-  'CONFIGURE_REQUIRES' => {
-    'B::Hooks::OP::Check' => '0',
-    'ExtUtils::Depends' => '0',
-    'ExtUtils::MakeMaker' => '6.31'
+  "DISTNAME" => "bareword-filehandles",
+  "LICENSE" => "perl",
+  "MIN_PERL_VERSION" => "5.008001",
+  "NAME" => "bareword::filehandles",
+  "PREREQ_PM" => {
+    "B::Hooks::OP::Check" => 0,
+    "Lexical::SealRequireHints" => 0,
+    "XSLoader" => 0,
+    "strict" => 0,
+    "warnings" => 0
   },
-  'DISTNAME' => 'bareword-filehandles',
-  'EXE_FILES' => [],
-  'LICENSE' => 'perl',
-  'NAME' => 'bareword::filehandles',
-  'PREREQ_PM' => {
-    'B::Hooks::OP::Check' => '0',
-    'Lexical::SealRequireHints' => '0',
-    'XSLoader' => '0'
+  "TEST_REQUIRES" => {
+    "Test::More" => "0.88"
   },
-  'VERSION' => '0.003',
-  'test' => {
-    'TESTS' => 't/*.t'
+  "VERSION" => "0.004",
+  "test" => {
+    "TESTS" => "t/*.t"
   },
   do{ require ExtUtils::Depends; 
ExtUtils::Depends->new('bareword::filehandles', 
'B::Hooks::OP::Check')->get_makefile_vars }
 );
 
+my %FallbackPrereqs = (
+  "B::Hooks::OP::Check" => 0,
+  "Lexical::SealRequireHints" => 0,
+  "Test::More" => "0.88",
+  "XSLoader" => 0,
+  "strict" => 0,
+  "warnings" => 0
+);
 
-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};
-    }
-  }
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+  delete $WriteMakefileArgs{TEST_REQUIRES};
+  delete $WriteMakefileArgs{BUILD_REQUIRES};
+  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
 }
 
 delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
   unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/README 
new/bareword-filehandles-0.004/README
--- old/bareword-filehandles-0.003/README       2011-03-15 14:03:09.000000000 
+0100
+++ new/bareword-filehandles-0.004/README       2016-05-16 20:18:38.000000000 
+0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution bareword-filehandles,
-version 0.003:
+version 0.004:
 
   disables bareword filehandles
 
@@ -11,3 +11,5 @@
 the same terms as the Perl 5 programming language system itself.
 
 
+This README file was generated by Dist::Zilla::Plugin::Readme v5.047.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/dist.ini 
new/bareword-filehandles-0.004/dist.ini
--- old/bareword-filehandles-0.003/dist.ini     2011-03-15 14:03:09.000000000 
+0100
+++ new/bareword-filehandles-0.004/dist.ini     2016-05-16 20:18:38.000000000 
+0200
@@ -12,6 +12,7 @@
 [@Filter]
 -bundle = @Basic
 -remove = MakeMaker
+-remove = GatherDir
 
 [Prereqs / BuildRequires]
 Test::More = 0.88
@@ -37,5 +38,5 @@
 ; we maintain a Makefile.PL in the repository to be able to work without dzil,
 ; but for the distribution we let dzil generate a Makefile.PL with the proper
 ; dependencies and such
-[PruneFiles]
-filenames = Makefile.PL
+[GatherDir]
+exclude_filename = Makefile.PL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/filehandles.xs 
new/bareword-filehandles-0.004/filehandles.xs
--- old/bareword-filehandles-0.003/filehandles.xs       2011-03-15 
14:03:09.000000000 +0100
+++ new/bareword-filehandles-0.004/filehandles.xs       2016-05-16 
20:18:38.000000000 +0200
@@ -20,6 +20,11 @@
 #define gv_fetchsv(name, flags, sv_type) gv_fetchpv(SvPV_nolen_const(name), 
flags, sv_type)
 #endif /* !gv_fetchsv */
 
+#ifndef OpSIBLING
+# define OpSIBLING(o)          (0 + (o)->op_sibling)
+#endif /* !OpSIBLING */
+
+
 #define bareword_croak_unless_builtin(op, gv) \
     THX_bareword_croak_unless_builtin(aTHX_ op, gv)
 STATIC void THX_bareword_croak_unless_builtin (pTHX_ CONST OP *op, const GV 
*gv) {
@@ -48,7 +53,7 @@
 }
 
 STATIC OP *bareword_filehandles_unary_check_op (pTHX_ OP *op, void *user_data) 
{
-    SV **hint = hv_fetchs(GvHV(PL_hintgv), "bareword::filehandles", 0);
+    SV **hint = hv_fetchs(GvHV(PL_hintgv), "bareword::filehandles/disabled", 
0);
 
     PERL_UNUSED_ARG(user_data);
 
@@ -62,7 +67,7 @@
 }
 
 STATIC OP *bareword_filehandles_stat_check_op (pTHX_ OP *op, void *user_data) {
-    SV **hint = hv_fetchs(GvHV(PL_hintgv), "bareword::filehandles", 0);
+    SV **hint = hv_fetchs(GvHV(PL_hintgv), "bareword::filehandles/disabled", 
0);
 
     PERL_UNUSED_ARG(user_data);
 
@@ -76,7 +81,7 @@
 }
 
 STATIC OP *bareword_filehandles_list_check_op (pTHX_ OP *op, void *user_data) {
-    SV **hint = hv_fetchs(GvHV(PL_hintgv), "bareword::filehandles", 0);
+    SV **hint = hv_fetchs(GvHV(PL_hintgv), "bareword::filehandles/disabled", 
0);
     OP *child;
     int num_args = user_data ? *(int*)user_data : 1;
 
@@ -85,7 +90,7 @@
 
     child = cLISTOPx(op)->op_first;
     if (child && (child->op_type == OP_PUSHMARK || child->op_type == OP_NULL)) 
{
-       while(num_args-- && (child = child->op_sibling))
+        while(num_args-- && (child = OpSIBLING(child)))
            bareword_croak_unless_builtin_op(op, child);
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/bareword-filehandles-0.003/lib/bareword/filehandles.pm 
new/bareword-filehandles-0.004/lib/bareword/filehandles.pm
--- old/bareword-filehandles-0.003/lib/bareword/filehandles.pm  2011-03-15 
14:03:09.000000000 +0100
+++ new/bareword-filehandles-0.004/lib/bareword/filehandles.pm  2016-05-16 
20:18:38.000000000 +0200
@@ -1,9 +1,6 @@
 package bareword::filehandles;
-BEGIN {
-  $bareword::filehandles::VERSION = '0.003';
-}
 # ABSTRACT: disables bareword filehandles
-
+$bareword::filehandles::VERSION = '0.004';
 { use 5.008001; }
 use strict;
 use warnings;
@@ -22,18 +19,19 @@
 );
 
 
-sub unimport { $^H |= 0x20000; $^H{+(__PACKAGE__)} = 1 }
+sub unimport { $^H |= 0x20000; $^H{__PACKAGE__.'/disabled'} = 1 }
 
 
-sub import { delete $^H{+(__PACKAGE__)} }
+sub import { delete $^H{__PACKAGE__.'/disabled'} }
 
 
 1;
 
 __END__
+
 =pod
 
-=encoding utf-8
+=encoding UTF-8
 
 =head1 NAME
 
@@ -41,7 +39,7 @@
 
 =head1 VERSION
 
-version 0.003
+version 0.004
 
 =head1 SYNOPSIS
 
@@ -56,7 +54,7 @@
 =head1 DESCRIPTION
 
 This module lexically disables the use of bareword filehandles with
-builtin functions, except for the special builitin filehandles C<STDIN>,
+builtin functions, except for the special builtin filehandles C<STDIN>,
 C<STDOUT>, C<STDERR>, C<ARGV>, C<ARGVOUT> and C<DATA>.
 
 =head1 METHODS
@@ -88,4 +86,3 @@
 the same terms as the Perl 5 programming language system itself.
 
 =cut
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/t/author-pod-coverage.t 
new/bareword-filehandles-0.004/t/author-pod-coverage.t
--- old/bareword-filehandles-0.003/t/author-pod-coverage.t      1970-01-01 
01:00:00.000000000 +0100
+++ new/bareword-filehandles-0.004/t/author-pod-coverage.t      2016-05-16 
20:18:38.000000000 +0200
@@ -0,0 +1,15 @@
+#!perl
+
+BEGIN {
+  unless ($ENV{AUTHOR_TESTING}) {
+    require Test::More;
+    Test::More::plan(skip_all => 'these tests are for testing by the author');
+  }
+}
+
+# This file was automatically generated by 
Dist::Zilla::Plugin::PodCoverageTests.
+
+use Test::Pod::Coverage 1.08;
+use Pod::Coverage::TrustPod;
+
+all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/t/author-pod-syntax.t 
new/bareword-filehandles-0.004/t/author-pod-syntax.t
--- old/bareword-filehandles-0.003/t/author-pod-syntax.t        1970-01-01 
01:00:00.000000000 +0100
+++ new/bareword-filehandles-0.004/t/author-pod-syntax.t        2016-05-16 
20:18:38.000000000 +0200
@@ -0,0 +1,15 @@
+#!perl
+
+BEGIN {
+  unless ($ENV{AUTHOR_TESTING}) {
+    require Test::More;
+    Test::More::plan(skip_all => 'these tests are for testing by the author');
+  }
+}
+
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/t/release-pod-coverage.t 
new/bareword-filehandles-0.004/t/release-pod-coverage.t
--- old/bareword-filehandles-0.003/t/release-pod-coverage.t     2011-03-15 
14:03:09.000000000 +0100
+++ new/bareword-filehandles-0.004/t/release-pod-coverage.t     1970-01-01 
01:00:00.000000000 +0100
@@ -1,21 +0,0 @@
-#!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::Coverage 1.08";
-plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage"
-  if $@;
-
-eval "use Pod::Coverage::TrustPod";
-plan skip_all => "Pod::Coverage::TrustPod required for testing POD coverage"
-  if $@;
-
-all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bareword-filehandles-0.003/t/release-pod-syntax.t 
new/bareword-filehandles-0.004/t/release-pod-syntax.t
--- old/bareword-filehandles-0.003/t/release-pod-syntax.t       2011-03-15 
14:03:09.000000000 +0100
+++ new/bareword-filehandles-0.004/t/release-pod-syntax.t       1970-01-01 
01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
-#!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.41";
-plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
-
-all_pod_files_ok();

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to