summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-11-24 18:26:45 +0100
committergregor herrmann <gregoa@debian.org>2019-11-24 18:26:45 +0100
commit449fd216390218772b27c12448bbe55120ce0042 (patch)
tree4a86ff5154a60dd5ad0afff8641e017f25b8dcfd
parent24c7dfebedf3161943aa4af47c685458712d7a31 (diff)
parent4cdc787283be972f958aad4c0ac8a653acede8d7 (diff)
Update upstream source from tag 'upstream/0.71'
Update to upstream version '0.71' with Debian dir 8e5e39e25c47082d8983851b190efbcddecf1c7a
-rwxr-xr-xChanges7
-rwxr-xr-xMANIFEST1
-rw-r--r--META.json13
-rw-r--r--META.yml7
-rwxr-xr-xMakefile.PL29
-rwxr-xr-xREADME33
-rwxr-xr-xlib/Inline/Files.pm3
-rwxr-xr-xlib/Inline/Files/Virtual.pm2
-rw-r--r--t/testrules.yml10
9 files changed, 55 insertions, 50 deletions
diff --git a/Changes b/Changes
index a555987..827d079 100755
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
Revision history for Perl extension Inline::Files.
+0.71 Sun Mar 31 10:16:28 WEST 2019 (AMBS)
+ - Remove weird symbol in the source.
+
+0.70 Sun Mar 31 10:16:28 WEST 2019 (AMBS)
+ - Added Test::Harness config file (Roy Ivy)
+ - Added repository information on META
+
0.69 Sun May 24 11:39:27 WEST 2015 (AMBS)
- Skip superuser test in Cygwin.
diff --git a/MANIFEST b/MANIFEST
index 4dd48cb..5cbca05 100755
--- a/MANIFEST
+++ b/MANIFEST
@@ -30,5 +30,6 @@ tests/05seek.t
tests/06backup.t
tests/07hash.t
t/08coreopen.t
+t/testrules.yml
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
diff --git a/META.json b/META.json
index fb6566c..38c4246 100644
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
"unknown"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001",
+ "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
"license" : [
"unknown"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "Inline-Files",
"no_index" : {
@@ -39,5 +39,12 @@
}
},
"release_status" : "stable",
- "version" : "0.69"
+ "resources" : {
+ "repository" : {
+ "type" : "git",
+ "web" : "https://gitlab.com/ambs/perl5-inline-files.git"
+ }
+ },
+ "version" : "0.71",
+ "x_serialization_backend" : "JSON::PP version 4.02"
}
diff --git a/META.yml b/META.yml
index a42c324..6a654a1 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010'
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,4 +21,7 @@ requires:
Cwd: '0'
Filter::Util::Call: '0'
Test: '0'
-version: '0.69'
+resources:
+ repository: https://gitlab.com/ambs/perl5-inline-files.git
+version: '0.71'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/Makefile.PL b/Makefile.PL
index 9e1da79..4da932c 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,13 +1,22 @@
use ExtUtils::MakeMaker;
WriteMakefile(
- NAME => q[Inline::Files],
- VERSION_FROM => 'lib/Inline/Files.pm',
- ABSTRACT_FROM => 'lib/Inline/Files.pm',
- PREREQ_PM => {
- 'Filter::Util::Call' => 0,
- Test => 0,
- Cwd => 0,
- },
-
- );
+ NAME => q[Inline::Files],
+ VERSION_FROM => 'lib/Inline/Files.pm',
+ ABSTRACT_FROM => 'lib/Inline/Files.pm',
+ PREREQ_PM => {
+ 'Filter::Util::Call' => 0,
+ Test => 0,
+ Cwd => 0,
+ },
+ META_MERGE => {
+ "meta-spec" => { version => 2 },
+ resources => {
+ repository => {
+ type => 'git',
+ url => 'git@gitlab.com:ambs/perl5-inline-files.git',
+ web => 'https://gitlab.com/ambs/perl5-inline-files.git',
+ },
+ },
+ },
+);
diff --git a/README b/README
index 6ba2084..0803568 100755
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
==============================================================================
- Release of version 0.62 of Inline::Files
+ Release of Inline::Files
==============================================================================
@@ -46,34 +46,3 @@ AUTHOR
==============================================================================
-
-CHANGES IN VERSION 0.52
-
-(No changes have been documented for this version)
-
-==============================================================================
-
-AVAILABILITY
-
-Inline::Files has been uploaded to the CPAN
-and is also available from:
-
- http://www.csse.monash.edu.au/~damian/CPAN/Inline-Files.tar.gz
-
-==============================================================================
-
-
-==============================================================================
-
-CHANGES IN VERSION 0.62
-
-
-
-
-==============================================================================
-
-AVAILABILITY
-
-Inline::Files has been uploaded to the CPAN
-
-==============================================================================
diff --git a/lib/Inline/Files.pm b/lib/Inline/Files.pm
index dfa33eb..94482f9 100755
--- a/lib/Inline/Files.pm
+++ b/lib/Inline/Files.pm
@@ -1,5 +1,5 @@
package Inline::Files;
-$VERSION = '0.69';
+$VERSION = '0.71';
use strict;
use Inline::Files::Virtual;
@@ -12,7 +12,6 @@ my %files;
sub import {
DEBUG && TRACE(@_);
- $DB::single = 1;
my ($class, @args) = @_;
my ($package, $file, $line) = caller;
diff --git a/lib/Inline/Files/Virtual.pm b/lib/Inline/Files/Virtual.pm
index 37eea7f..152ed0d 100755
--- a/lib/Inline/Files/Virtual.pm
+++ b/lib/Inline/Files/Virtual.pm
@@ -1,5 +1,5 @@
package Inline::Files::Virtual;
-$VERSION = '0.53';
+$VERSION = '0.70';
use strict;
use Carp;
use Cwd qw(abs_path);
diff --git a/t/testrules.yml b/t/testrules.yml
new file mode 100644
index 0000000..7908abc
--- /dev/null
+++ b/t/testrules.yml
@@ -0,0 +1,10 @@
+# TAP::Harness test rules
+# "t\00init.t" should *not* be run in parallel
+# ... parallel execution causes file system race conditions and multiple failures
+seq:
+ - seq:
+ # serialize all tests in files matching "t/0*.t"
+ - t{\\,/}00init.t
+ - par:
+ # run all other tests in parallel
+ - **