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 2026-01-08 15:28:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Pod-AsciiDoctor (Old)
and /work/SRC/openSUSE:Factory/.perl-Pod-AsciiDoctor.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Pod-AsciiDoctor"
Thu Jan 8 15:28:30 2026 rev:7 rq:1325873 version:0.102003
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Pod-AsciiDoctor/perl-Pod-AsciiDoctor.changes
2024-04-07 22:13:43.331557882 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Pod-AsciiDoctor.new.1928/perl-Pod-AsciiDoctor.changes
2026-01-08 15:29:17.277699212 +0100
@@ -1,0 +2,10 @@
+Fri Jan 2 15:31:48 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 0.102003
+ see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
+
+ 0.102003 2025-12-24
+
+ - Make bin/pod2asciidoctor handle UTF-8 properly
+
+-------------------------------------------------------------------
Old:
----
Pod-AsciiDoctor-0.102002.tar.gz
New:
----
Pod-AsciiDoctor-0.102003.tar.gz
README.md
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Pod-AsciiDoctor.spec ++++++
--- /var/tmp/diff_new_pack.fKhJlH/_old 2026-01-08 15:29:18.085733548 +0100
+++ /var/tmp/diff_new_pack.fKhJlH/_new 2026-01-08 15:29:18.085733548 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Pod-AsciiDoctor
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,25 @@
%define cpan_name Pod-AsciiDoctor
Name: perl-Pod-AsciiDoctor
-Version: 0.102002
+Version: 0.102003
Release: 0
License: Apache-2.0
Summary: Convert from POD to AsciiDoc
URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
+Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Build) >= 0.28
+BuildRequires: perl(Module::Build) >= 0.280
BuildRequires: perl(Path::Tiny)
-BuildRequires: perl(Pod::Parser) >= 1.65
+BuildRequires: perl(Pod::Parser) >= 1.650
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(autodie)
BuildRequires: perl(parent)
Requires: perl(Path::Tiny)
-Requires: perl(Pod::Parser) >= 1.65
+Requires: perl(Pod::Parser) >= 1.650
Requires: perl(autodie)
Requires: perl(parent)
%{perl_requires}
@@ -47,7 +48,7 @@
Convert from POD to AsciiDoc
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version} -p1
%build
perl Build.PL --installdirs=vendor
++++++ Pod-AsciiDoctor-0.102002.tar.gz -> Pod-AsciiDoctor-0.102003.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/Build.PL
new/Pod-AsciiDoctor-0.102003/Build.PL
--- old/Pod-AsciiDoctor-0.102002/Build.PL 2024-03-15 19:05:16.000000000
+0100
+++ new/Pod-AsciiDoctor-0.102003/Build.PL 2025-12-24 06:50:31.000000000
+0100
@@ -1,5 +1,5 @@
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild
v6.031.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild
v6.033.
use strict;
use warnings;
@@ -18,7 +18,7 @@
"Shlomi Fish <shlomif\@cpan.org>"
],
"dist_name" => "Pod-AsciiDoctor",
- "dist_version" => "0.102002",
+ "dist_version" => "0.102003",
"license" => "apache",
"module_name" => "Pod::AsciiDoctor",
"recursive_test_files" => 1,
@@ -40,7 +40,8 @@
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
- "Test::More" => "0.88"
+ "Test::More" => "0.88",
+ "utf8" => 0
}
);
@@ -50,7 +51,8 @@
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Module::Build" => "0.28",
- "Test::More" => "0.88"
+ "Test::More" => "0.88",
+ "utf8" => 0
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/Changes
new/Pod-AsciiDoctor-0.102003/Changes
--- old/Pod-AsciiDoctor-0.102002/Changes 2024-03-15 19:05:16.000000000
+0100
+++ new/Pod-AsciiDoctor-0.102003/Changes 2025-12-24 06:50:31.000000000
+0100
@@ -2,6 +2,10 @@
NOT USED - Please use github http://github.com/benignbala/pod-asciidoctor
+0.102003 2025-12-24
+
+ - Make bin/pod2asciidoctor handle UTF-8 properly
+
0.102002 2024-03-15
- Fix italic markup:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/MANIFEST
new/Pod-AsciiDoctor-0.102003/MANIFEST
--- old/Pod-AsciiDoctor-0.102002/MANIFEST 2024-03-15 19:05:16.000000000
+0100
+++ new/Pod-AsciiDoctor-0.102003/MANIFEST 2025-12-24 06:50:31.000000000
+0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.031.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.033.
Build.PL
Changes
LICENSE
@@ -15,8 +15,10 @@
t/00-compile.t
t/00-load.t
t/01-conversion.t
+t/cli-apps.t
t/data/bullets_list.pod
t/data/pod.pm
+t/data/with_unicode.pod
weaver.ini
xt/author/eol.t
xt/author/no-tabs.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/META.json
new/Pod-AsciiDoctor-0.102003/META.json
--- old/Pod-AsciiDoctor-0.102002/META.json 2024-03-15 19:05:16.000000000
+0100
+++ new/Pod-AsciiDoctor-0.102003/META.json 2025-12-24 06:50:31.000000000
+0100
@@ -4,7 +4,7 @@
"Shlomi Fish <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.031, CPAN::Meta::Converter version
2.150010",
+ "generated_by" : "Dist::Zilla version 6.033, CPAN::Meta::Converter version
2.150010",
"license" : [
"apache_2_0"
],
@@ -56,14 +56,15 @@
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
- "Test::More" : "0.88"
+ "Test::More" : "0.88",
+ "utf8" : "0"
}
}
},
"provides" : {
"Pod::AsciiDoctor" : {
"file" : "lib/Pod/AsciiDoctor.pm",
- "version" : "0.102002"
+ "version" : "0.102003"
}
},
"release_status" : "stable",
@@ -78,10 +79,10 @@
"web" : "https://github.com/shlomif/Pod-AsciiDoctor"
}
},
- "version" : "0.102002",
+ "version" : "0.102003",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.038002"
+ "version" : "5.042000"
},
"plugins" : [
{
@@ -93,17 +94,17 @@
}
},
"name" : "@Filter/TestMoreDoneTesting",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@Filter/AutoPrereqs",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "@Filter/ExecDir",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::GatherDir",
@@ -119,32 +120,32 @@
}
},
"name" : "@Filter/GatherDir",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "@Filter/License",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@Filter/ManifestSkip",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@Filter/MetaYAML",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
"name" : "@Filter/PruneCruft",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::Readme",
"name" : "@Filter/Readme",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::RunExtraTests",
@@ -159,7 +160,7 @@
{
"class" : "Dist::Zilla::Plugin::ShareDir",
"name" : "@Filter/ShareDir",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
@@ -169,22 +170,22 @@
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "@Filter/ConfirmRelease",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@Filter/Manifest",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@Filter/MetaConfig",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@Filter/MetaJSON",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -194,7 +195,7 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" :
"@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "6.031"
+ "version" : "6.033"
}
],
"include_underscores" : 0
@@ -216,7 +217,7 @@
{
"class" : "Dist::Zilla::Plugin::MetaResources",
"name" : "@Filter/MetaResources",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::ModuleBuild",
@@ -226,22 +227,22 @@
}
},
"name" : "@Filter/ModuleBuild",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::PkgVersion",
"name" : "@Filter/PkgVersion",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::PodCoverageTests",
"name" : "@Filter/PodCoverageTests",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@Filter/PodSyntaxTests",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::Test::Compile",
@@ -270,11 +271,12 @@
"class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
"config" : {
"Dist::Zilla::Plugin::Test::CPAN::Changes" : {
- "changelog" : "Changes"
+ "changelog" : "Changes",
+ "filename" : "xt/release/cpan-changes.t"
}
},
"name" : "@Filter/Test::CPAN::Changes",
- "version" : "0.012"
+ "version" : "0.013"
},
{
"class" : "Dist::Zilla::Plugin::Test::EOL",
@@ -315,7 +317,7 @@
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "@Filter/TestRelease",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -329,7 +331,7 @@
{
"class" : "Pod::Weaver::Plugin::SingleEncoding",
"name" : "@SHLOMIF/SingleEncoding",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Plugin::WikiDoc",
@@ -339,87 +341,87 @@
{
"class" : "Pod::Weaver::Plugin::EnsurePod5",
"name" : "@CorePrep/EnsurePod5",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Plugin::H1Nester",
"name" : "@CorePrep/H1Nester",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Name",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Version",
"name" : "@SHLOMIF/Version",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@SHLOMIF/Prelude",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Synopsis",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Description",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Usage",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Overview",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@SHLOMIF/Stability",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Requirements",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Attributes",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Constructors",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Methods",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Functions",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Leftovers",
"name" : "@SHLOMIF/Leftovers",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@SHLOMIF/postlude",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Support",
@@ -429,12 +431,12 @@
{
"class" : "Pod::Weaver::Section::Authors",
"name" : "@SHLOMIF/Authors",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Bugs",
"name" : "@SHLOMIF/Bugs",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Section::Contributors",
@@ -444,12 +446,12 @@
{
"class" : "Pod::Weaver::Section::Legal",
"name" : "@SHLOMIF/Legal",
- "version" : "4.019"
+ "version" : "4.020"
},
{
"class" : "Pod::Weaver::Plugin::Transformer",
"name" : "@SHLOMIF/List",
- "version" : "4.019"
+ "version" : "4.020"
}
]
}
@@ -460,12 +462,12 @@
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@Filter/UploadToCPAN",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "ExecDir",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::Test::Kwalitee",
@@ -486,57 +488,57 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExtraTestFiles",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":PerlExecFiles",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "6.031"
+ "version" : "6.033"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "6.031"
+ "version" : "6.033"
}
],
"zilla" : {
@@ -544,11 +546,11 @@
"config" : {
"is_trial" : 0
},
- "version" : "6.031"
+ "version" : "6.033"
}
},
- "x_generated_by_perl" : "v5.38.2",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
+ "x_generated_by_perl" : "v5.42.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.40",
"x_spdx_expression" : "Apache-2.0"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/META.yml
new/Pod-AsciiDoctor-0.102003/META.yml
--- old/Pod-AsciiDoctor-0.102002/META.yml 2024-03-15 19:05:16.000000000
+0100
+++ new/Pod-AsciiDoctor-0.102003/META.yml 2025-12-24 06:50:31.000000000
+0100
@@ -8,10 +8,11 @@
IPC::Open3: '0'
Module::Build: '0.28'
Test::More: '0.88'
+ utf8: '0'
configure_requires:
Module::Build: '0.28'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.031, CPAN::Meta::Converter version
2.150010'
+generated_by: 'Dist::Zilla version 6.033, CPAN::Meta::Converter version
2.150010'
license: apache
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -20,7 +21,7 @@
provides:
Pod::AsciiDoctor:
file: lib/Pod/AsciiDoctor.pm
- version: '0.102002'
+ version: '0.102003'
requires:
Carp: '0'
Getopt::Long: '0'
@@ -35,10 +36,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.102002'
+version: '0.102003'
x_Dist_Zilla:
perl:
- version: '5.038002'
+ version: '5.042000'
plugins:
-
class: Dist::Zilla::Plugin::Prereqs
@@ -47,15 +48,15 @@
phase: test
type: requires
name: '@Filter/TestMoreDoneTesting'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@Filter/AutoPrereqs'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::ExecDir
name: '@Filter/ExecDir'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::GatherDir
config:
@@ -68,27 +69,27 @@
prune_directory: []
root: .
name: '@Filter/GatherDir'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::License
name: '@Filter/License'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@Filter/ManifestSkip'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@Filter/MetaYAML'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::PruneCruft
name: '@Filter/PruneCruft'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::Readme
name: '@Filter/Readme'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::RunExtraTests
config:
@@ -99,7 +100,7 @@
-
class: Dist::Zilla::Plugin::ShareDir
name: '@Filter/ShareDir'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::CheckChangesHasContent
name: '@Filter/CheckChangesHasContent'
@@ -107,19 +108,19 @@
-
class: Dist::Zilla::Plugin::ConfirmRelease
name: '@Filter/ConfirmRelease'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::Manifest
name: '@Filter/Manifest'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@Filter/MetaConfig'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@Filter/MetaJSON'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::MetaProvides::Package
config:
@@ -128,7 +129,7 @@
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '6.031'
+ version: '6.033'
include_underscores: 0
Dist::Zilla::Role::MetaProvider::Provider:
$Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
@@ -143,26 +144,26 @@
-
class: Dist::Zilla::Plugin::MetaResources
name: '@Filter/MetaResources'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::ModuleBuild
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 1
name: '@Filter/ModuleBuild'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::PkgVersion
name: '@Filter/PkgVersion'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::PodCoverageTests
name: '@Filter/PodCoverageTests'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@Filter/PodSyntaxTests'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::Test::Compile
config:
@@ -186,8 +187,9 @@
config:
Dist::Zilla::Plugin::Test::CPAN::Changes:
changelog: Changes
+ filename: xt/release/cpan-changes.t
name: '@Filter/Test::CPAN::Changes'
- version: '0.012'
+ version: '0.013'
-
class: Dist::Zilla::Plugin::Test::EOL
config:
@@ -218,7 +220,7 @@
-
class: Dist::Zilla::Plugin::TestRelease
name: '@Filter/TestRelease'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::PodWeaver
config:
@@ -230,7 +232,7 @@
-
class: Pod::Weaver::Plugin::SingleEncoding
name: '@SHLOMIF/SingleEncoding'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Plugin::WikiDoc
name: '@SHLOMIF/WikiDoc'
@@ -238,71 +240,71 @@
-
class: Pod::Weaver::Plugin::EnsurePod5
name: '@CorePrep/EnsurePod5'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Plugin::H1Nester
name: '@CorePrep/H1Nester'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Name'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Version
name: '@SHLOMIF/Version'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Region
name: '@SHLOMIF/Prelude'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Synopsis'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Description'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Usage'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Overview'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Generic
name: '@SHLOMIF/Stability'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Collect
name: Requirements
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Collect
name: Attributes
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Collect
name: Constructors
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Collect
name: Methods
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Collect
name: Functions
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Leftovers
name: '@SHLOMIF/Leftovers'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Region
name: '@SHLOMIF/postlude'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Support
name: '@SHLOMIF/Support'
@@ -310,11 +312,11 @@
-
class: Pod::Weaver::Section::Authors
name: '@SHLOMIF/Authors'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Bugs
name: '@SHLOMIF/Bugs'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Section::Contributors
name: '@SHLOMIF/Contributors'
@@ -322,21 +324,21 @@
-
class: Pod::Weaver::Section::Legal
name: '@SHLOMIF/Legal'
- version: '4.019'
+ version: '4.020'
-
class: Pod::Weaver::Plugin::Transformer
name: '@SHLOMIF/List'
- version: '4.019'
+ version: '4.020'
name: '@Filter/PodWeaver'
version: '4.010'
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@Filter/UploadToCPAN'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::ExecDir
name: ExecDir
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::Test::Kwalitee
config:
@@ -352,52 +354,52 @@
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExtraTestFiles'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':PerlExecFiles'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '6.031'
+ version: '6.033'
-
class: Dist::Zilla::Plugin::FinderCode
name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '6.031'
+ version: '6.033'
zilla:
class: Dist::Zilla::Dist::Builder
config:
is_trial: 0
- version: '6.031'
-x_generated_by_perl: v5.38.2
-x_serialization_backend: 'YAML::Tiny version 1.74'
+ version: '6.033'
+x_generated_by_perl: v5.42.0
+x_serialization_backend: 'YAML::Tiny version 1.76'
x_spdx_expression: Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/README
new/Pod-AsciiDoctor-0.102003/README
--- old/Pod-AsciiDoctor-0.102002/README 2024-03-15 19:05:16.000000000 +0100
+++ new/Pod-AsciiDoctor-0.102003/README 2025-12-24 06:50:31.000000000 +0100
@@ -1,5 +1,5 @@
This archive contains the distribution Pod-AsciiDoctor,
-version 0.102002:
+version 0.102003:
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.031.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.033.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/bin/pod2asciidoctor
new/Pod-AsciiDoctor-0.102003/bin/pod2asciidoctor
--- old/Pod-AsciiDoctor-0.102002/bin/pod2asciidoctor 2024-03-15
19:05:16.000000000 +0100
+++ new/Pod-AsciiDoctor-0.102003/bin/pod2asciidoctor 2025-12-24
06:50:31.000000000 +0100
@@ -29,8 +29,11 @@
{
die "Output filename not specified! Use the -o|--output flag!";
}
- my $adoc = Pod::AsciiDoctor->new();
- $adoc->parse_from_filehandle( path( shift @ARGV )->openr() );
+ my $adoc = Pod::AsciiDoctor->new();
+ my $in_filename = shift(@ARGV);
+ my $in_fh = path( $in_filename, );
+ my $in = $in_fh->openr_utf8();
+ $adoc->parse_from_filehandle($in);
my $USE_STDOUT = ( $output_fn eq '-' );
if ($USE_STDOUT)
{
@@ -60,7 +63,7 @@
=head1 VERSION
-version 0.102002
+version 0.102003
=head1 VERSION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/dist.ini
new/Pod-AsciiDoctor-0.102003/dist.ini
--- old/Pod-AsciiDoctor-0.102002/dist.ini 2024-03-15 19:05:16.000000000
+0100
+++ new/Pod-AsciiDoctor-0.102003/dist.ini 2025-12-24 06:50:31.000000000
+0100
@@ -3,7 +3,7 @@
license = Apache_2_0
copyright_holder = Balachandran Sivakumar <[email protected]>
copyright_year = 2013
-version = 0.102002
+version = 0.102003
[@Filter]
-bundle = @SHLOMIF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/lib/Pod/AsciiDoctor.pm
new/Pod-AsciiDoctor-0.102003/lib/Pod/AsciiDoctor.pm
--- old/Pod-AsciiDoctor-0.102002/lib/Pod/AsciiDoctor.pm 2024-03-15
19:05:16.000000000 +0100
+++ new/Pod-AsciiDoctor-0.102003/lib/Pod/AsciiDoctor.pm 2025-12-24
06:50:31.000000000 +0100
@@ -1,5 +1,5 @@
package Pod::AsciiDoctor;
-$Pod::AsciiDoctor::VERSION = '0.102002';
+$Pod::AsciiDoctor::VERSION = '0.102003';
use 5.014;
use strict;
use warnings FATAL => 'all';
@@ -223,7 +223,7 @@
=head1 VERSION
-version 0.102002
+version 0.102003
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/t/cli-apps.t
new/Pod-AsciiDoctor-0.102003/t/cli-apps.t
--- old/Pod-AsciiDoctor-0.102002/t/cli-apps.t 1970-01-01 01:00:00.000000000
+0100
+++ new/Pod-AsciiDoctor-0.102003/t/cli-apps.t 2025-12-24 06:50:31.000000000
+0100
@@ -0,0 +1,22 @@
+#!/usr/bin/env perl
+
+use strict;
+use warnings;
+use utf8;
+
+use Test::More tests => 1;
+
+use Path::Tiny qw/ cwd path tempdir tempfile /;
+
+my $dir = tempdir();
+
+my $out_fh = $dir->child("foo.asciidoc");
+my $in_fh = cwd()->child( "t", "data", "with_unicode.pod" );
+
+{
+ system( $^X, "-Mblib", "bin/pod2asciidoctor", "--output", $out_fh, $in_fh,
+ );
+
+ # TEST
+ like( scalar( $out_fh->slurp_utf8 ), qr/I♥Perl/ms, "unicode", );
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/t/data/with_unicode.pod
new/Pod-AsciiDoctor-0.102003/t/data/with_unicode.pod
--- old/Pod-AsciiDoctor-0.102002/t/data/with_unicode.pod 1970-01-01
01:00:00.000000000 +0100
+++ new/Pod-AsciiDoctor-0.102003/t/data/with_unicode.pod 2025-12-24
06:50:31.000000000 +0100
@@ -0,0 +1,17 @@
+=encoding utf8
+
+=head1 NAME
+
+=head1 SYNOPSIS
+
+=head1 DESCRIPTION
+
+I♥Perl
+
+=head1 METHODS
+
+=head2
+
+=head2
+
+=cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/xt/author/eol.t
new/Pod-AsciiDoctor-0.102003/xt/author/eol.t
--- old/Pod-AsciiDoctor-0.102002/xt/author/eol.t 2024-03-15
19:05:16.000000000 +0100
+++ new/Pod-AsciiDoctor-0.102003/xt/author/eol.t 2025-12-24
06:50:31.000000000 +0100
@@ -12,8 +12,10 @@
't/00-compile.t',
't/00-load.t',
't/01-conversion.t',
+ 't/cli-apps.t',
't/data/bullets_list.pod',
- 't/data/pod.pm'
+ 't/data/pod.pm',
+ 't/data/with_unicode.pod'
);
eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/xt/author/no-tabs.t
new/Pod-AsciiDoctor-0.102003/xt/author/no-tabs.t
--- old/Pod-AsciiDoctor-0.102002/xt/author/no-tabs.t 2024-03-15
19:05:16.000000000 +0100
+++ new/Pod-AsciiDoctor-0.102003/xt/author/no-tabs.t 2025-12-24
06:50:31.000000000 +0100
@@ -12,8 +12,10 @@
't/00-compile.t',
't/00-load.t',
't/01-conversion.t',
+ 't/cli-apps.t',
't/data/bullets_list.pod',
- 't/data/pod.pm'
+ 't/data/pod.pm',
+ 't/data/with_unicode.pod'
);
notabs_ok($_) foreach @files;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/xt/release/cpan-changes.t
new/Pod-AsciiDoctor-0.102003/xt/release/cpan-changes.t
--- old/Pod-AsciiDoctor-0.102002/xt/release/cpan-changes.t 2024-03-15
19:05:16.000000000 +0100
+++ new/Pod-AsciiDoctor-0.102003/xt/release/cpan-changes.t 2025-12-24
06:50:31.000000000 +0100
@@ -1,7 +1,7 @@
use strict;
use warnings;
-# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012
+# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.013
use Test::More 0.96 tests => 1;
use Test::CPAN::Changes;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102002/xt/release/trailing-space.t
new/Pod-AsciiDoctor-0.102003/xt/release/trailing-space.t
--- old/Pod-AsciiDoctor-0.102002/xt/release/trailing-space.t 2024-03-15
19:05:16.000000000 +0100
+++ new/Pod-AsciiDoctor-0.102003/xt/release/trailing-space.t 2025-12-24
06:50:31.000000000 +0100
@@ -21,6 +21,7 @@
{
root => '.',
filename_regex =>
qr#(?:\.(?:t|pm|pl|xs|c|h|txt|pod|PL)|README|Changes|TODO|LICENSE)\z#,
+ abs_path_prune_re => undef,
},
);
++++++ README.md ++++++
## Build Results
Current state of perl in openSUSE:Factory is

The current state of perl in the devel project build (devel:languages:perl)

++++++ _scmsync.obsinfo ++++++
mtime: 1767367909
commit: 2c2a0b04b6fe1b0476c1351f27d0ddc140ce9d20213d80a177a18701b14867f3
url: https://src.opensuse.org/perl/perl-Pod-AsciiDoctor.git
revision: 2c2a0b04b6fe1b0476c1351f27d0ddc140ce9d20213d80a177a18701b14867f3
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-01-03 00:51:14.000000000 +0100
@@ -0,0 +1 @@
+.osc