Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Pod-AsciiDoctor for
openSUSE:Factory checked in at 2023-07-12 17:27:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Pod-AsciiDoctor (Old)
and /work/SRC/openSUSE:Factory/.perl-Pod-AsciiDoctor.new.8922 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Pod-AsciiDoctor"
Wed Jul 12 17:27:03 2023 rev:3 rq:1098168 version:0.101003
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Pod-AsciiDoctor/perl-Pod-AsciiDoctor.changes
2023-05-12 20:35:30.389280213 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Pod-AsciiDoctor.new.8922/perl-Pod-AsciiDoctor.changes
2023-07-12 17:27:25.474533218 +0200
@@ -1,0 +2,12 @@
+Tue Jul 4 03:07:08 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.101003
+ see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
+
+ 0.101003 2023-07-03
+
+ - avoid packaging *.old files.
+ - https://github.com/shlomif/Pod-AsciiDoctor/issues/2
+ - Thanks to @perlpunk
+
+-------------------------------------------------------------------
Old:
----
Pod-AsciiDoctor-0.101002.tar.gz
New:
----
Pod-AsciiDoctor-0.101003.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Pod-AsciiDoctor.spec ++++++
--- /var/tmp/diff_new_pack.E6wDMK/_old 2023-07-12 17:27:27.050544128 +0200
+++ /var/tmp/diff_new_pack.E6wDMK/_new 2023-07-12 17:27:27.110544544 +0200
@@ -18,7 +18,7 @@
%define cpan_name Pod-AsciiDoctor
Name: perl-Pod-AsciiDoctor
-Version: 0.101002
+Version: 0.101003
Release: 0
License: Apache-2.0
Summary: Convert from POD to AsciiDoc
@@ -46,14 +46,14 @@
%autosetup -n %{cpan_name}-%{version}
%build
-perl Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+perl Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
++++++ Pod-AsciiDoctor-0.101002.tar.gz -> Pod-AsciiDoctor-0.101003.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.101002/Build.PL
new/Pod-AsciiDoctor-0.101003/Build.PL
--- old/Pod-AsciiDoctor-0.101002/Build.PL 2023-02-08 16:15:03.000000000
+0100
+++ new/Pod-AsciiDoctor-0.101003/Build.PL 2023-07-03 18:20:48.000000000
+0200
@@ -1,5 +1,5 @@
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild
v6.025.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild
v6.030.
use strict;
use warnings;
@@ -18,7 +18,7 @@
"Shlomi Fish <shlomif\@cpan.org>"
],
"dist_name" => "Pod-AsciiDoctor",
- "dist_version" => "0.101002",
+ "dist_version" => "0.101003",
"license" => "apache",
"module_name" => "Pod::AsciiDoctor",
"recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.101002/Build.PL.old
new/Pod-AsciiDoctor-0.101003/Build.PL.old
--- old/Pod-AsciiDoctor-0.101002/Build.PL.old 2023-02-08 16:15:03.000000000
+0100
+++ new/Pod-AsciiDoctor-0.101003/Build.PL.old 1970-01-01 01:00:00.000000000
+0100
@@ -1,31 +0,0 @@
-use 5.006;
-use strict;
-use warnings FATAL => 'all';
-use Module::Build;
-
-my $builder = Module::Build->new(
- module_name => 'Pod::AsciiDoctor',
- license => 'Apache_2_0',
- dist_author => q{Balachandran Sivakumar
<[email protected]>},
- dist_version_from => 'lib/Pod/AsciiDoctor.pm',
- release_status => 'stable',
- configure_requires => {
- 'Module::Build' => 0,
- },
- build_requires => {
- 'Test::More' => 0,
- },
- requires => {
- #'ABC' => 1.6,
- #'Foo::Bar::Module' => 5.0401,
- },
- add_to_cleanup => [ 'Pod-AsciiDoctor-*' ],
- create_makefile_pl => 'traditional',
- meta_merge => {
- x_contributors => [
- 'Abhisek Kumar Rout < [email protected] >'
- ],
- }
-);
-
-$builder->create_build_script();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.101002/Changes
new/Pod-AsciiDoctor-0.101003/Changes
--- old/Pod-AsciiDoctor-0.101002/Changes 2023-02-08 16:15:03.000000000
+0100
+++ new/Pod-AsciiDoctor-0.101003/Changes 2023-07-03 18:20:48.000000000
+0200
@@ -2,6 +2,12 @@
NOT USED - Please use github http://github.com/benignbala/pod-asciidoctor
+0.101003 2023-07-03
+
+ - avoid packaging *.old files.
+ - https://github.com/shlomif/Pod-AsciiDoctor/issues/2
+ - Thanks to @perlpunk
+
0.101002 2023-02-08
Further Fix for https://github.com/shlomif/Pod-AsciiDoctor/issues/1 .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.101002/MANIFEST
new/Pod-AsciiDoctor-0.101003/MANIFEST
--- old/Pod-AsciiDoctor-0.101002/MANIFEST 2023-02-08 16:15:03.000000000
+0100
+++ new/Pod-AsciiDoctor-0.101003/MANIFEST 2023-07-03 18:20:48.000000000
+0200
@@ -1,6 +1,5 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.025.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.030.
Build.PL
-Build.PL.old
Changes
LICENSE
LICENSE.md
@@ -10,7 +9,6 @@
META.yml
README
README.adoc
-README.old
dist.ini
lib/Pod/AsciiDoctor.pm
t/00-compile.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.101002/MANIFEST.SKIP
new/Pod-AsciiDoctor-0.101003/MANIFEST.SKIP
--- old/Pod-AsciiDoctor-0.101002/MANIFEST.SKIP 2023-02-08 16:15:03.000000000
+0100
+++ new/Pod-AsciiDoctor-0.101003/MANIFEST.SKIP 2023-07-03 18:20:48.000000000
+0200
@@ -1 +1,3 @@
+Build\.PL\.old$
+README\.old$
~$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.101002/META.json
new/Pod-AsciiDoctor-0.101003/META.json
--- old/Pod-AsciiDoctor-0.101002/META.json 2023-02-08 16:15:03.000000000
+0100
+++ new/Pod-AsciiDoctor-0.101003/META.json 2023-07-03 18:20:48.000000000
+0200
@@ -4,7 +4,7 @@
"Shlomi Fish <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version
2.150010",
+ "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version
2.150010",
"license" : [
"apache_2_0"
],
@@ -59,7 +59,7 @@
"provides" : {
"Pod::AsciiDoctor" : {
"file" : "lib/Pod/AsciiDoctor.pm",
- "version" : "0.101002"
+ "version" : "0.101003"
}
},
"release_status" : "stable",
@@ -74,10 +74,10 @@
"web" : "https://github.com/shlomif/Pod-AsciiDoctor"
}
},
- "version" : "0.101002",
+ "version" : "0.101003",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.036000"
+ "version" : "5.036001"
},
"plugins" : [
{
@@ -89,17 +89,17 @@
}
},
"name" : "@Filter/TestMoreDoneTesting",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@Filter/AutoPrereqs",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "@Filter/ExecDir",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::GatherDir",
@@ -115,32 +115,32 @@
}
},
"name" : "@Filter/GatherDir",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "@Filter/License",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@Filter/ManifestSkip",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@Filter/MetaYAML",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
"name" : "@Filter/PruneCruft",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::Readme",
"name" : "@Filter/Readme",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::RunExtraTests",
@@ -155,7 +155,7 @@
{
"class" : "Dist::Zilla::Plugin::ShareDir",
"name" : "@Filter/ShareDir",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
@@ -165,22 +165,22 @@
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "@Filter/ConfirmRelease",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@Filter/Manifest",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@Filter/MetaConfig",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@Filter/MetaJSON",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -190,7 +190,7 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" :
"@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "6.025"
+ "version" : "6.030"
}
],
"include_underscores" : 0
@@ -212,7 +212,7 @@
{
"class" : "Dist::Zilla::Plugin::MetaResources",
"name" : "@Filter/MetaResources",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::ModuleBuild",
@@ -222,22 +222,22 @@
}
},
"name" : "@Filter/ModuleBuild",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::PkgVersion",
"name" : "@Filter/PkgVersion",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::PodCoverageTests",
"name" : "@Filter/PodCoverageTests",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@Filter/PodSyntaxTests",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::Test::Compile",
@@ -311,7 +311,7 @@
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "@Filter/TestRelease",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -456,7 +456,7 @@
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@Filter/UploadToCPAN",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::Test::Kwalitee",
@@ -477,57 +477,57 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExtraTestFiles",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":PerlExecFiles",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "6.025"
+ "version" : "6.030"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "6.025"
+ "version" : "6.030"
}
],
"zilla" : {
@@ -535,11 +535,11 @@
"config" : {
"is_trial" : 0
},
- "version" : "6.025"
+ "version" : "6.030"
}
},
- "x_generated_by_perl" : "v5.36.0",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.32",
+ "x_generated_by_perl" : "v5.36.1",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.35",
"x_spdx_expression" : "Apache-2.0"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.101002/META.yml
new/Pod-AsciiDoctor-0.101003/META.yml
--- old/Pod-AsciiDoctor-0.101002/META.yml 2023-02-08 16:15:03.000000000
+0100
+++ new/Pod-AsciiDoctor-0.101003/META.yml 2023-07-03 18:20:48.000000000
+0200
@@ -11,7 +11,7 @@
configure_requires:
Module::Build: '0.28'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version
2.150010'
+generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version
2.150010'
license: apache
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,7 +20,7 @@
provides:
Pod::AsciiDoctor:
file: lib/Pod/AsciiDoctor.pm
- version: '0.101002'
+ version: '0.101003'
requires:
Pod::Parser: '1.65'
parent: '0'
@@ -31,10 +31,10 @@
bugtracker: https://github.com/shlomif/Pod-AsciiDoctor/issues
homepage: http://metacpan.org/release/Pod-AsciiDoctor
repository: git://github.com/shlomif/Pod-AsciiDoctor.git
-version: '0.101002'
+version: '0.101003'
x_Dist_Zilla:
perl:
- version: '5.036000'
+ version: '5.036001'
plugins:
-
class: Dist::Zilla::Plugin::Prereqs
@@ -43,15 +43,15 @@
phase: test
type: requires
name: '@Filter/TestMoreDoneTesting'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@Filter/AutoPrereqs'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::ExecDir
name: '@Filter/ExecDir'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::GatherDir
config:
@@ -64,27 +64,27 @@
prune_directory: []
root: .
name: '@Filter/GatherDir'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::License
name: '@Filter/License'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@Filter/ManifestSkip'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@Filter/MetaYAML'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::PruneCruft
name: '@Filter/PruneCruft'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::Readme
name: '@Filter/Readme'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::RunExtraTests
config:
@@ -95,7 +95,7 @@
-
class: Dist::Zilla::Plugin::ShareDir
name: '@Filter/ShareDir'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::CheckChangesHasContent
name: '@Filter/CheckChangesHasContent'
@@ -103,19 +103,19 @@
-
class: Dist::Zilla::Plugin::ConfirmRelease
name: '@Filter/ConfirmRelease'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::Manifest
name: '@Filter/Manifest'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@Filter/MetaConfig'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@Filter/MetaJSON'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::MetaProvides::Package
config:
@@ -124,7 +124,7 @@
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '6.025'
+ version: '6.030'
include_underscores: 0
Dist::Zilla::Role::MetaProvider::Provider:
$Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
@@ -139,26 +139,26 @@
-
class: Dist::Zilla::Plugin::MetaResources
name: '@Filter/MetaResources'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::ModuleBuild
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 1
name: '@Filter/ModuleBuild'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::PkgVersion
name: '@Filter/PkgVersion'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::PodCoverageTests
name: '@Filter/PodCoverageTests'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@Filter/PodSyntaxTests'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::Test::Compile
config:
@@ -214,7 +214,7 @@
-
class: Dist::Zilla::Plugin::TestRelease
name: '@Filter/TestRelease'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::PodWeaver
config:
@@ -328,7 +328,7 @@
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@Filter/UploadToCPAN'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::Test::Kwalitee
config:
@@ -344,52 +344,52 @@
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExtraTestFiles'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':PerlExecFiles'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '6.025'
+ version: '6.030'
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '6.025'
+ version: '6.030'
zilla:
class: Dist::Zilla::Dist::Builder
config:
is_trial: 0
- version: '6.025'
-x_generated_by_perl: v5.36.0
-x_serialization_backend: 'YAML::Tiny version 1.73'
+ version: '6.030'
+x_generated_by_perl: v5.36.1
+x_serialization_backend: 'YAML::Tiny version 1.74'
x_spdx_expression: Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.101002/README
new/Pod-AsciiDoctor-0.101003/README
--- old/Pod-AsciiDoctor-0.101002/README 2023-02-08 16:15:03.000000000 +0100
+++ new/Pod-AsciiDoctor-0.101003/README 2023-07-03 18:20:48.000000000 +0200
@@ -1,5 +1,5 @@
This archive contains the distribution Pod-AsciiDoctor,
-version 0.101002:
+version 0.101003:
Convert from POD to AsciiDoc
@@ -10,4 +10,4 @@
The Apache License, Version 2.0, January 2004
-This README file was generated by Dist::Zilla::Plugin::Readme v6.025.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.030.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.101002/README.old
new/Pod-AsciiDoctor-0.101003/README.old
--- old/Pod-AsciiDoctor-0.101002/README.old 2023-02-08 16:15:03.000000000
+0100
+++ new/Pod-AsciiDoctor-0.101003/README.old 1970-01-01 01:00:00.000000000
+0100
@@ -1,55 +0,0 @@
-# Pod-AsciiDoctor
-
-Pod::AsciiDoctor is a converter to convert Pod documents to AsciiDoc syntax.
-
-## INSTALLATION
-
-To install this module, run the following commands:
-
- perl Build.PL
- ./Build
- ./Build test
- ./Build install
-
-Alternatively, to install with Module::Install, you can use the following
commands:
-
- perl Makefile.PL
- make
- make test
- make install
-
-## SUPPORT AND DOCUMENTATION
-
-After installing, you can find documentation for this module with the
-perldoc command.
-
- perldoc Pod::AsciiDoctor
-
-You can also look for information at:
-
- RT, CPAN's request tracker (report bugs here)
- http://rt.cpan.org/NoAuth/Bugs.html?Dist=Pod-AsciiDoctor
-
- AnnoCPAN, Annotated CPAN documentation
- http://annocpan.org/dist/Pod-AsciiDoctor
-
- CPAN Ratings
- http://cpanratings.perl.org/d/Pod-AsciiDoctor
-
- Search CPAN
- http://search.cpan.org/dist/Pod-AsciiDoctor/
-
-
-## LICENSE AND COPYRIGHT
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.101002/dist.ini
new/Pod-AsciiDoctor-0.101003/dist.ini
--- old/Pod-AsciiDoctor-0.101002/dist.ini 2023-02-08 16:15:03.000000000
+0100
+++ new/Pod-AsciiDoctor-0.101003/dist.ini 2023-07-03 18:20:48.000000000
+0200
@@ -3,7 +3,7 @@
license = Apache_2_0
copyright_holder = Balachandran Sivakumar <[email protected]>
copyright_year = 2013
-version = 0.101002
+version = 0.101003
[@Filter]
-bundle = @SHLOMIF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.101002/lib/Pod/AsciiDoctor.pm
new/Pod-AsciiDoctor-0.101003/lib/Pod/AsciiDoctor.pm
--- old/Pod-AsciiDoctor-0.101002/lib/Pod/AsciiDoctor.pm 2023-02-08
16:15:03.000000000 +0100
+++ new/Pod-AsciiDoctor-0.101003/lib/Pod/AsciiDoctor.pm 2023-07-03
18:20:48.000000000 +0200
@@ -1,5 +1,5 @@
package Pod::AsciiDoctor;
-$Pod::AsciiDoctor::VERSION = '0.101002';
+$Pod::AsciiDoctor::VERSION = '0.101003';
use 5.014;
use strict;
use warnings FATAL => 'all';
@@ -218,7 +218,7 @@
=head1 VERSION
-version 0.101002
+version 0.101003
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.101002/xt/author/pod-coverage.t
new/Pod-AsciiDoctor-0.101003/xt/author/pod-coverage.t
--- old/Pod-AsciiDoctor-0.101002/xt/author/pod-coverage.t 2023-02-08
16:15:03.000000000 +0100
+++ new/Pod-AsciiDoctor-0.101003/xt/author/pod-coverage.t 2023-07-03
18:20:48.000000000 +0200
@@ -1,6 +1,7 @@
#!perl
# This file was automatically generated by
Dist::Zilla::Plugin::PodCoverageTests.
-
+use strict;
+use warnings;
use Test::Pod::Coverage 1.08;
use Pod::Coverage::TrustPod;