Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-File-Share for openSUSE:Factory
checked in at 2022-08-16 17:08:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-Share (Old)
and /work/SRC/openSUSE:Factory/.perl-File-Share.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-Share"
Tue Aug 16 17:08:30 2022 rev:2 rq:997345 version:0.27
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-Share/perl-File-Share.changes
2020-10-20 16:42:21.910884652 +0200
+++
/work/SRC/openSUSE:Factory/.perl-File-Share.new.1521/perl-File-Share.changes
2022-08-16 17:08:35.728030926 +0200
@@ -1,0 +2,14 @@
+Sun Jul 31 03:06:17 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 0.27
+ see /usr/share/doc/packages/perl-File-Share/Changes
+
+ 0.27 Sat 30 Jul 2022 02:27:02 PM PDT
+ - Fix for cpantesters fail related to $_
+ - Thanks to ANEI, LEONT and TINITA for helping me
+ - Update files, remove travis
+
+ 0.26 Mon 25 Jul 2022 05:16:08 PM PDT
+ - Fix for blib
+
+-------------------------------------------------------------------
Old:
----
File-Share-0.25.tar.gz
New:
----
File-Share-0.27.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-File-Share.spec ++++++
--- /var/tmp/diff_new_pack.mMDqpG/_old 2022-08-16 17:08:36.092032015 +0200
+++ /var/tmp/diff_new_pack.mMDqpG/_new 2022-08-16 17:08:36.096032027 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Share
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,46 +12,47 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%define cpan_name File-Share
Name: perl-File-Share
-Version: 0.25
+Version: 0.27
Release: 0
-%define cpan_name File-Share
+License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Extend File::ShareDir to Local Libraries
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/File-Share/
-Source:
http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::ShareDir) >= 1.03
+BuildRequires: perl(Readonly) >= 2.05
Requires: perl(File::ShareDir) >= 1.03
+Requires: perl(Readonly) >= 2.05
%{perl_requires}
%description
-This module is a dropin replacement for the File::ShareDir manpage. It
-supports the 'dist_dir' and 'dist_file' functions, except these functions
-have been enhanced to understand when the developer's local './share/'
-directory should be used.
+This module is a dropin replacement for File::ShareDir. It supports the
+'dist_dir' and 'dist_file' functions, except these functions have been
+enhanced to understand when the developer's local './share/' directory
+should be used.
NOTE: module_dist and module_file are not yet supported, because (afaik)
there is no well known way to populate per-module share files. This may
change in the future. Please contact me if you know how to do this.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -59,7 +60,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING README
+%license LICENSE
%changelog
++++++ File-Share-0.25.tar.gz -> File-Share-0.27.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/CONTRIBUTING
new/File-Share-0.27/CONTRIBUTING
--- old/File-Share-0.25/CONTRIBUTING 2014-08-21 20:59:49.000000000 +0200
+++ new/File-Share-0.27/CONTRIBUTING 2022-07-30 23:27:08.000000000 +0200
@@ -9,7 +9,7 @@
GitHub
------
-The code for this Project is hosted at GitHub. The repository is:
+The code for this Project is hosted at GitHub. The URL is:
https://github.com/ingydotnet/file-share-pm
@@ -36,7 +36,7 @@
This Project uses Zilla::Dist to prepare it for publishing to CPAN. Read:
-
https://metacpan.org/pod/distribution/Zilla-Dist/lib/Zilla/Dist/Contributing.pod
+ https://metacpan.org/pod/Zilla::Dist::Contributing
for up-to-date instructions on what contributors like yourself need to know to
use it.
@@ -51,5 +51,10 @@
Join the channel. Join the team!
- Thanks in advance, Ingy d??t Net
+ Thanks in advance,
+
+
+
+
+# This file generated by Zilla-Dist-0.1.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/Changes new/File-Share-0.27/Changes
--- old/File-Share-0.25/Changes 2014-08-21 20:59:49.000000000 +0200
+++ new/File-Share-0.27/Changes 2022-07-30 23:27:08.000000000 +0200
@@ -1,3 +1,11 @@
+0.27 Sat 30 Jul 2022 02:27:02 PM PDT
+ - Fix for cpantesters fail related to $_
+ - Thanks to ANEI, LEONT and TINITA for helping me
+ - Update files, remove travis
+
+0.26 Mon 25 Jul 2022 05:16:08 PM PDT
+ - Fix for blib
+
0.25 Thu Aug 21 11:59:42 PDT 2014
- Doc fix via PR/10. @wollmers++
@@ -60,4 +68,3 @@
0.01 Thu Jun 16 08:13:01 EST 2011
- First Release
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/LICENSE new/File-Share-0.27/LICENSE
--- old/File-Share-0.25/LICENSE 2014-08-21 20:59:49.000000000 +0200
+++ new/File-Share-0.27/LICENSE 2022-07-30 23:27:08.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2014 by Ingy d??t Net.
+This software is copyright (c) 2022 by Ingy d??t Net.
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) 2014 by Ingy d??t Net.
+This software is Copyright (c) 2022 by Ingy d??t Net.
This is free software, licensed under:
@@ -22,7 +22,7 @@
Version 1, February 1989
Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA 02110-1335 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.
@@ -272,7 +272,7 @@
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2014 by Ingy d??t Net.
+This software is Copyright (c) 2022 by Ingy d??t Net.
This is free software, licensed under:
@@ -292,21 +292,21 @@
- "Package" refers to the collection of files distributed by the Copyright
Holder, and derivatives of that collection of files created through
- textual modification.
+ textual modification.
- "Standard Version" refers to such a Package if it has not been modified,
or has been modified in accordance with the wishes of the Copyright
- Holder.
+ Holder.
- "Copyright Holder" is whoever is named in the copyright or copyrights for
- the package.
+ the package.
- "You" is you, if you're thinking about copying or distributing this
Package.
- "Reasonable copying fee" is whatever you can justify on the basis of media
cost, duplication charges, time of people involved, and so on. (You will
not be required to justify it to the Copyright Holder, but only to the
- computing community at large as a market that must bear the fee.)
+ computing community at large as a market that must bear the fee.)
- "Freely Available" means that no fee is charged for the item itself, though
there may be fees involved in handling the item. It also means that
recipients of the item may redistribute it under the same conditions they
- received it.
+ received it.
1. You may make and give away verbatim copies of the source form of the
Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
The End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/MANIFEST new/File-Share-0.27/MANIFEST
--- old/File-Share-0.25/MANIFEST 2014-08-21 20:59:49.000000000 +0200
+++ new/File-Share-0.27/MANIFEST 2022-07-30 23:27:08.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v5.019.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.025.
CONTRIBUTING
Changes
LICENSE
@@ -10,7 +10,9 @@
lib/File/Share.pm
lib/File/Share.pod
t/000-compile-modules.t
-t/release-pod-syntax.t
+t/author-pod-syntax.t
+t/lib/TestFileShare1.pm
+t/readonly-dollar-underscore.t
xt/Bar-Baz/dist.ini
xt/Bar-Baz/lib/Bar/Baz.pm
xt/Bar-Baz/share/o/hai.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/META.json
new/File-Share-0.27/META.json
--- old/File-Share-0.25/META.json 2014-08-21 20:59:49.000000000 +0200
+++ new/File-Share-0.27/META.json 2022-07-30 23:27:08.000000000 +0200
@@ -1,30 +1,30 @@
{
"abstract" : "Extend File::ShareDir to Local Libraries",
"author" : [
- "Ingy d??t Net <[email protected]>"
+ "Ingy d\u00f6t Net <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.019, CPAN::Meta::Converter version
2.132830",
+ "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version
2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "File-Share",
"no_index" : {
"directory" : [
+ "example",
"inc",
"t",
- "xt",
- "example"
+ "xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : "6.30"
+ "ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
@@ -35,6 +35,7 @@
"runtime" : {
"requires" : {
"File::ShareDir" : "1.03",
+ "Readonly" : "2.05",
"perl" : "v5.8.1"
}
}
@@ -51,6 +52,9 @@
"web" : "https://github.com/ingydotnet/file-share-pm"
}
},
- "version" : "0.25"
+ "version" : "0.27",
+ "x_generated_by_perl" : "v5.28.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.06",
+ "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/META.yml new/File-Share-0.27/META.yml
--- old/File-Share-0.25/META.yml 2014-08-21 20:59:49.000000000 +0200
+++ new/File-Share-0.27/META.yml 2022-07-30 23:27:08.000000000 +0200
@@ -4,9 +4,9 @@
- 'Ingy d??t Net <[email protected]>'
build_requires: {}
configure_requires:
- ExtUtils::MakeMaker: '6.30'
+ ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version
2.132830'
+generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -14,15 +14,19 @@
name: File-Share
no_index:
directory:
+ - example
- inc
- t
- xt
- - example
requires:
File::ShareDir: '1.03'
+ Readonly: '2.05'
perl: v5.8.1
resources:
bugtracker: https://github.com/ingydotnet/file-share-pm/issues
homepage: https://github.com/ingydotnet/file-share-pm
repository: https://github.com/ingydotnet/file-share-pm.git
-version: '0.25'
+version: '0.27'
+x_generated_by_perl: v5.28.0
+x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/Makefile.PL
new/File-Share-0.27/Makefile.PL
--- old/File-Share-0.25/Makefile.PL 2014-08-21 20:59:49.000000000 +0200
+++ new/File-Share-0.27/Makefile.PL 2022-07-30 23:27:08.000000000 +0200
@@ -1,28 +1,26 @@
-
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v5.019.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.025.
use strict;
use warnings;
use 5.008001;
-use ExtUtils::MakeMaker 6.30;
-
-
+use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Extend File::ShareDir to Local Libraries",
"AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>",
"CONFIGURE_REQUIRES" => {
- "ExtUtils::MakeMaker" => "6.30"
+ "ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "File-Share",
- "EXE_FILES" => [],
"LICENSE" => "perl",
+ "MIN_PERL_VERSION" => "5.008001",
"NAME" => "File::Share",
"PREREQ_PM" => {
- "File::ShareDir" => "1.03"
+ "File::ShareDir" => "1.03",
+ "Readonly" => "2.05"
},
- "VERSION" => "0.25",
+ "VERSION" => "0.27",
"test" => {
"TESTS" => "t/*.t"
}
@@ -30,7 +28,8 @@
my %FallbackPrereqs = (
- "File::ShareDir" => "1.03"
+ "File::ShareDir" => "1.03",
+ "Readonly" => "2.05"
);
@@ -44,6 +43,3 @@
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);
-
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/README new/File-Share-0.27/README
--- old/File-Share-0.25/README 2014-08-21 20:59:49.000000000 +0200
+++ new/File-Share-0.27/README 2022-07-30 23:27:08.000000000 +0200
@@ -1,47 +1,55 @@
NAME
+
File::Share - Extend File::ShareDir to Local Libraries
SYNOPSIS
- use File::Share ':all';
+ use File::Share ':all';
+
my $dir = dist_dir('Foo-Bar');
my $file = dist_file('Foo-Bar', 'file.txt');
DESCRIPTION
+
This module is a dropin replacement for File::ShareDir. It supports the
- "dist_dir" and "dist_file" functions, except these functions have been
- enhanced to understand when the developer's local "./share/" directory
+ dist_dir and dist_file functions, except these functions have been
+ enhanced to understand when the developer's local ./share/ directory
should be used.
- NOTE: module_dist and module_file are not yet supported, because (afaik)
- there is no well known way to populate per-module share files. This may
- change in the future. Please contact me if you know how to do this.
+ NOTE: module_dist and module_file are not yet supported, because
+ (afaik) there is no well known way to populate per-module share files.
+ This may change in the future. Please contact me if you know how to do
+ this.
PROBLEM AND SOLUTION
- Module::Install has an "install_share" directive that allows you to
+
+ Module::Install has an install_share directive that allows you to
install various files associated with a distribution. By convention,
- module authors always put these in a directory called "share/". However,
+ module authors always put these in a directory called share/. However,
File::ShareDir can only find files after they have been installed. This
can be problematic when running development tests.
- File::Share will look for a local "share" directory, if it notices that
+ File::Share will look for a local share directory, if it notices that
the module corresponding was loaded from a development path.
- Devel::Local gives you an easy way to use a bunch of source repositories
- as though their lib and bin directories had already been installed.
- "File::Share" lets you play along with that.
+ Devel::Local gives you an easy way to use a bunch of source
+ repositories as though their lib and bin directories had already been
+ installed. File::Share lets you play along with that.
SEE ALSO
- * File::ShareDir
+
+ * File::ShareDir
AUTHOR
+
Ingy d??t Net <[email protected]>
COPYRIGHT AND LICENSE
+
Copyright 2011-2014. Ingy d??t Net.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
- See <http://www.perl.com/perl/misc/Artistic.html>
+ See http://www.perl.com/perl/misc/Artistic.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/lib/File/Share.pm
new/File-Share-0.27/lib/File/Share.pm
--- old/File-Share-0.25/lib/File/Share.pm 2014-08-21 20:59:49.000000000
+0200
+++ new/File-Share-0.27/lib/File/Share.pm 2022-07-30 23:27:08.000000000
+0200
@@ -1,6 +1,6 @@
use strict; use warnings;
package File::Share;
-our $VERSION = '0.25';
+our $VERSION = '0.27';
use base 'Exporter';
our @EXPORT_OK = qw[
@@ -17,25 +17,34 @@
);
use File::ShareDir();
-use Cwd qw[abs_path];
+use Cwd qw(abs_path);
use File::Spec();
sub dist_dir {
my ($dist) = @_;
(my $inc = $dist) =~ s!(-|::)!/!g;
$inc .= '.pm';
+
my $path = $INC{$inc} || '';
$path =~ s/$inc$//;
- $path = Cwd::realpath( File::Spec->catfile($path,'..') );
- if ($path and
- -d "$path/lib" and
- -e "$path/share"
+ $path = Cwd::realpath( File::Spec->catfile($path, '..') );
+
+ my $dir;
+ if ($path =~ m<^(.*?)[\/\\]blib\b> and
+ -d File::Spec->catdir($1, 'share') and
+ -d ($dir = File::Spec->catdir($1, 'share'))
) {
- return abs_path "$path/share";
+ return abs_path($dir);
}
- else {
- return File::ShareDir::dist_dir($dist);
+
+ if ($path and
+ -d File::Spec->catdir($path, 'lib') and
+ -d ($dir = File::Spec->catdir($path, 'share'))
+ ) {
+ return abs_path($dir);
}
+
+ return File::ShareDir::dist_dir($dist);
}
sub dist_file {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/lib/File/Share.pod
new/File-Share-0.27/lib/File/Share.pod
--- old/File-Share-0.25/lib/File/Share.pod 2014-08-21 20:59:49.000000000
+0200
+++ new/File-Share-0.27/lib/File/Share.pod 2022-07-30 23:27:08.000000000
+0200
@@ -1,7 +1,7 @@
=pod
=for comment
-DO NOT EDIT. This Pod was generated by Swim.
+DO NOT EDIT. This Pod was generated by Swim v0.1.48.
See http://github.com/ingydotnet/swim-pm#readme
=encoding utf8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/t/000-compile-modules.t
new/File-Share-0.27/t/000-compile-modules.t
--- old/File-Share-0.25/t/000-compile-modules.t 2014-08-21 20:59:49.000000000
+0200
+++ new/File-Share-0.27/t/000-compile-modules.t 2022-07-30 23:27:08.000000000
+0200
@@ -9,6 +9,8 @@
use_ok $_;
}
+$ENV{PERL_ZILD_TEST_000_COMPILE_MODULES} = 1;
+
find {
wanted => \&test,
no_chdir => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/t/author-pod-syntax.t
new/File-Share-0.27/t/author-pod-syntax.t
--- old/File-Share-0.25/t/author-pod-syntax.t 1970-01-01 01:00:00.000000000
+0100
+++ new/File-Share-0.27/t/author-pod-syntax.t 2022-07-30 23:27:08.000000000
+0200
@@ -0,0 +1,15 @@
+#!perl
+
+BEGIN {
+ unless ($ENV{AUTHOR_TESTING}) {
+ print qq{1..0 # SKIP these tests are for testing by the author\n};
+ exit
+ }
+}
+
+# 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/File-Share-0.25/t/lib/TestFileShare1.pm
new/File-Share-0.27/t/lib/TestFileShare1.pm
--- old/File-Share-0.25/t/lib/TestFileShare1.pm 1970-01-01 01:00:00.000000000
+0100
+++ new/File-Share-0.27/t/lib/TestFileShare1.pm 2022-07-30 23:27:08.000000000
+0200
@@ -0,0 +1,12 @@
+package TestFileShare1;
+use strict;
+use warnings;
+
+use Readonly;
+use File::Share qw(dist_dir);
+
+Readonly $_;
+
+my $d = dist_dir 'File-Share';
+
+1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/t/readonly-dollar-underscore.t
new/File-Share-0.27/t/readonly-dollar-underscore.t
--- old/File-Share-0.25/t/readonly-dollar-underscore.t 1970-01-01
01:00:00.000000000 +0100
+++ new/File-Share-0.27/t/readonly-dollar-underscore.t 2022-07-30
23:27:08.000000000 +0200
@@ -0,0 +1,13 @@
+use Test::More;
+use strict;
+use warnings;
+
+my $lib;
+BEGIN { $lib = -d 't' ? 't/lib' : 'test/lib' }
+
+use lib $lib;
+use TestFileShare1;
+
+pass 'Works when $_ is readonly';
+
+done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Share-0.25/t/release-pod-syntax.t
new/File-Share-0.27/t/release-pod-syntax.t
--- old/File-Share-0.25/t/release-pod-syntax.t 2014-08-21 20:59:49.000000000
+0200
+++ new/File-Share-0.27/t/release-pod-syntax.t 1970-01-01 01:00:00.000000000
+0100
@@ -1,14 +0,0 @@
-#!perl
-
-BEGIN {
- unless ($ENV{RELEASE_TESTING}) {
- require Test::More;
- Test::More::plan(skip_all => 'these tests are for release candidate
testing');
- }
-}
-
-# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
-use Test::More;
-use Test::Pod 1.41;
-
-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:
# baz.patch: PATCH-FIX-OPENSUSE
#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
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section