Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Pod-Parser for openSUSE:Factory checked in at 2022-06-03 14:16:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Pod-Parser (Old) and /work/SRC/openSUSE:Factory/.perl-Pod-Parser.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Pod-Parser" Fri Jun 3 14:16:35 2022 rev:2 rq:980471 version:1.65 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Pod-Parser/perl-Pod-Parser.changes 2020-11-03 15:15:47.551995402 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Pod-Parser.new.1548/perl-Pod-Parser.changes 2022-06-03 14:16:36.681312198 +0200 @@ -1,0 +2,6 @@ +Sun May 22 03:08:30 UTC 2022 - Tina M??ller <timueller+p...@suse.de> + +- updated to 1.65 + see /usr/share/doc/packages/perl-Pod-Parser/CHANGES + +------------------------------------------------------------------- Old: ---- Pod-Parser-1.63.tar.gz New: ---- Pod-Parser-1.65.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Pod-Parser.spec ++++++ --- /var/tmp/diff_new_pack.dUs2oo/_old 2022-06-03 14:16:37.641313445 +0200 +++ /var/tmp/diff_new_pack.dUs2oo/_new 2022-06-03 14:16:37.645313450 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Pod-Parser # -# Copyright (c) 2016 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,30 +12,28 @@ # 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 Pod-Parser Name: perl-Pod-Parser -Version: 1.63 +Version: 1.65 Release: 0 -%define cpan_name Pod-Parser -Summary: Base Class for Creating Pod Filters and Translators -License: GPL-1.0+ or Artistic-1.0 -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Pod-Parser/ -Source0: http://www.cpan.org/authors/id/M/MA/MAREKR/%{cpan_name}-%{version}.tar.gz +License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Modules for parsing/translating POD format documents +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/M/MA/MAREKR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} %description -*NOTE: This module is considered legacy; modern Perl releases (5.18 and -higher) are going to remove Pod-Parser from core and use Pod-Simple for all -things POD.* +*NOTE: This module is considered legacy; modern Perl releases (5.31.1 and +higher) are going to remove Pod-Parser from core and use Pod::Simple for +all things POD.* *Pod::Parser* is a base class for creating POD filters and translators. It handles most of the effort involved with parsing the POD sections from an @@ -47,15 +45,15 @@ to translate the POD into whatever output format they desire. %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{version} +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %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 @@ -63,7 +61,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc ANNOUNCE CHANGES README TODO %changelog ++++++ Pod-Parser-1.63.tar.gz -> Pod-Parser-1.65.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Parser-1.63/CHANGES new/Pod-Parser-1.65/CHANGES --- old/Pod-Parser-1.63/CHANGES 2015-02-10 21:37:44.000000000 +0100 +++ new/Pod-Parser-1.65/CHANGES 2022-05-21 20:01:07.591351018 +0200 @@ -3,6 +3,19 @@ Before using this for any _new_ software, please consider using Pod::Simple, it is a modern replacement for this module. + 21-May-2022 Marek Rouchal <mar...@cpan.org> + ----------------------------------------------------------------------------- + Version 1.65 + + fix CPAN#124881 - warning from Pod::PlainText + + fix CPAN#125860 - fix version where Pod::Parser was removed from core + + + 21-May-2022 Marek Rouchal <mar...@cpan.org> + ----------------------------------------------------------------------------- + Version 1.64 + + fix CPAN#112113: link to Pod::Simple not working + + 10-Feb-2015 Marek Rouchal <mar...@cpan.org> ----------------------------------------------------------------------------- Version 1.63 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Parser-1.63/MANIFEST new/Pod-Parser-1.65/MANIFEST --- old/Pod-Parser-1.63/MANIFEST 2013-01-27 20:41:36.000000000 +0100 +++ new/Pod-Parser-1.65/MANIFEST 2022-05-21 20:01:16.615190731 +0200 @@ -1,54 +1,55 @@ -ANNOUNCE -- announcement of end of support for this package -CHANGES -- Change history -README -- Main information file -MANIFEST -- This shipping list -TODO -- Tentative "to do" list for future development -Makefile.PL -- Perl Makefile template - -lib/Pod/InputObjects.pm -- Input objects for Pod::Parser -lib/Pod/Parser.pm -- The Pod::Parser module source -lib/Pod/ParseUtils.pm -- The Pod::ParseUtils module source -lib/Pod/Select.pm -- The Pod::Select module source -lib/Pod/PlainText.pm -- The Pod::PlainText module source -lib/Pod/Find.pm -- The Pod::Find module source - -scripts/podselect.PL -- Script to print selected sections of pod docs in raw - pod format (a command-line interface to podselect()). - -t/pod/testcmp.pl -- module used to compare output against expected results -t/pod/testp2pt.pl -- module used to test Pod::PlainText for a given file -t/pod/testpchk.pl -- module used to test Pod::Checker for a given file -t/pod/empty.xr -- expected result for selfcheck (empty file) -t/pod/emptycmd.t -- test-input file for an empty pod directive -t/pod/emptycmd.xr -- expected result from processing emptycmd.t -t/pod/contains_pod.t -- test for Pod::Find::contains_pod -t/pod/contains_pod.xr -- test file -t/pod/find.t -- test for Pod::Find -t/pod/for.t -- test-input file for =for directives -t/pod/for.xr -- expected result from processing for.t -t/pod/headings.t -- test-input file for =head directives -t/pod/headings.xr -- expected result from processing headings.t -t/pod/include.t -- test-input file for an =included file -t/pod/include.xr -- expected result from processing include.t -t/pod/included.t -- test-input file for =including another file -t/pod/included.xr -- expected result from processing included.t -t/pod/lref.t -- test-input file for L<...> sequences -t/pod/lref.xr -- expected result from processing lref.t -t/pod/multiline_items.t -- test-input file for multiline =items -t/pod/multiline_items.xr -- expected result from processing multiline_items.t -t/pod/nested_items.t -- test-input file for nested =items -t/pod/nested_items.xr -- expected result from processing nested_items.t -t/pod/nested_seqs.t -- test-input file for nested interior sequences -t/pod/nested_seqs.xr -- expected result from processing nested_seqs.t -t/pod/oneline_cmds.t -- test-input file for ==cmds -t/pod/oneline_cmds.xr -- expected result from processing oneline_cmds.t -t/pod/podselect.t -- test input file for processing podselect.PL -t/pod/podselect.xr -- expected result from processing podselect.PL -t/pod/selfcheck.t -- run our own POD through podchecker -t/pod/special_seqs.t -- test-input file for "special" interior sequences -t/pod/special_seqs.xr -- expected result from processing special_seqs.t -t/pod/twice.t -- make sure Pod::Parser is re-entrant -t/pod/testpods/lib/Pod/Stuff.pm -- test POD for t/pod/find.t -t/pod/contains_bad_pod.xr -- expected results - -META.yml Module meta-data (added by MakeMaker) +ANNOUNCE -- announcement of end of support for this package +CHANGES -- Change history +README -- Main information file +MANIFEST -- This shipping list +TODO -- Tentative "to do" list for future development +Makefile.PL -- Perl Makefile template + +lib/Pod/InputObjects.pm -- Input objects for Pod::Parser +lib/Pod/Parser.pm -- The Pod::Parser module source +lib/Pod/ParseUtils.pm -- The Pod::ParseUtils module source +lib/Pod/Select.pm -- The Pod::Select module source +lib/Pod/PlainText.pm -- The Pod::PlainText module source +lib/Pod/Find.pm -- The Pod::Find module source + +scripts/podselect.PL -- Script to print selected sections of pod docs in raw + pod format (a command-line interface to podselect()). + +t/pod/testcmp.pl -- module used to compare output against expected results +t/pod/testp2pt.pl -- module used to test Pod::PlainText for a given file +t/pod/testpchk.pl -- module used to test Pod::Checker for a given file +t/pod/empty.xr -- expected result for selfcheck (empty file) +t/pod/emptycmd.t -- test-input file for an empty pod directive +t/pod/emptycmd.xr -- expected result from processing emptycmd.t +t/pod/contains_pod.t -- test for Pod::Find::contains_pod +t/pod/contains_pod.xr -- test file +t/pod/find.t -- test for Pod::Find +t/pod/for.t -- test-input file for =for directives +t/pod/for.xr -- expected result from processing for.t +t/pod/headings.t -- test-input file for =head directives +t/pod/headings.xr -- expected result from processing headings.t +t/pod/include.t -- test-input file for an =included file +t/pod/include.xr -- expected result from processing include.t +t/pod/included.t -- test-input file for =including another file +t/pod/included.xr -- expected result from processing included.t +t/pod/lref.t -- test-input file for L<...> sequences +t/pod/lref.xr -- expected result from processing lref.t +t/pod/multiline_items.t -- test-input file for multiline =items +t/pod/multiline_items.xr -- expected result from processing multiline_items.t +t/pod/nested_items.t -- test-input file for nested =items +t/pod/nested_items.xr -- expected result from processing nested_items.t +t/pod/nested_seqs.t -- test-input file for nested interior sequences +t/pod/nested_seqs.xr -- expected result from processing nested_seqs.t +t/pod/oneline_cmds.t -- test-input file for ==cmds +t/pod/oneline_cmds.xr -- expected result from processing oneline_cmds.t +t/pod/podselect.t -- test input file for processing podselect.PL +t/pod/podselect.xr -- expected result from processing podselect.PL +t/pod/selfcheck.t -- run our own POD through podchecker +t/pod/special_seqs.t -- test-input file for "special" interior sequences +t/pod/special_seqs.xr -- expected result from processing special_seqs.t +t/pod/twice.t -- make sure Pod::Parser is re-entrant +t/pod/testpods/lib/Pod/Stuff.pm -- test POD for t/pod/find.t +t/pod/contains_bad_pod.xr -- expected results + +META.yml Module meta-data (added by MakeMaker) +META.json Module JSON meta-data (added by MakeMaker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Parser-1.63/META.json new/Pod-Parser-1.65/META.json --- old/Pod-Parser-1.63/META.json 1970-01-01 01:00:00.000000000 +0100 +++ new/Pod-Parser-1.65/META.json 2022-05-21 20:01:16.591191157 +0200 @@ -0,0 +1,44 @@ +{ + "abstract" : "Modules for parsing/translating POD format documents", + "author" : [ + "Brad Appleton <brad...@enteract.com>, Marek Rouchal <mar...@cpan.org>" + ], + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter version 2.150010", + "license" : [ + "unknown" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Pod-Parser", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "runtime" : { + "requires" : { + "Cwd" : "0", + "File::Basename" : "0", + "Test::More" : "0.6" + } + } + }, + "release_status" : "stable", + "version" : "1.65", + "x_serialization_backend" : "JSON::PP version 2.27400_02" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Parser-1.63/META.yml new/Pod-Parser-1.65/META.yml --- old/Pod-Parser-1.63/META.yml 2015-02-10 21:45:50.000000000 +0100 +++ new/Pod-Parser-1.65/META.yml 2022-05-21 20:01:16.563191655 +0200 @@ -1,24 +1,25 @@ ---- #YAML:1.0 -name: Pod-Parser -version: 1.63 -abstract: Modules for parsing/translating POD format documents +--- +abstract: 'Modules for parsing/translating POD format documents' author: - - Brad Appleton <brad...@enteract.com>, Marek Rouchal <mar...@cpan.org> -license: unknown -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Brad Appleton <brad...@enteract.com>, Marek Rouchal <mar...@cpan.org>' build_requires: - ExtUtils::MakeMaker: 0 -requires: - Cwd: 0 - File::Basename: 0 - Test::More: 0.6 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.57_05 + ExtUtils::MakeMaker: '0' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter version 2.150010' +license: unknown meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Pod-Parser +no_index: + directory: + - t + - inc +requires: + Cwd: '0' + File::Basename: '0' + Test::More: '0.6' +version: '1.65' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Parser-1.63/Makefile.PL new/Pod-Parser-1.65/Makefile.PL --- old/Pod-Parser-1.63/Makefile.PL 2015-02-01 13:26:01.000000000 +0100 +++ new/Pod-Parser-1.65/Makefile.PL 2022-05-21 19:45:30.699993725 +0200 @@ -69,7 +69,7 @@ WriteMakefile( NAME => $DISTMOD, DISTNAME => $DISTNAME, - VERSION => '1.63', + VERSION => '1.65', INSTALLDIRS => ($] >= 5.006 ? 'perl' : 'site'), PL_FILES => { map { (script("$_.PL") => script($_)) } @SCRIPTS }, EXE_FILES => [ @EXE_FILES ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Parser-1.63/lib/Pod/Find.pm new/Pod-Parser-1.65/lib/Pod/Find.pm --- old/Pod-Parser-1.63/lib/Pod/Find.pm 2015-02-01 13:47:31.000000000 +0100 +++ new/Pod-Parser-1.65/lib/Pod/Find.pm 2022-05-21 19:58:44.465893499 +0200 @@ -14,7 +14,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.63'; ## Current version of this package +$VERSION = '1.65'; ## Current version of this package require 5.005; ## requires this Perl version or later use Carp; @@ -45,8 +45,8 @@ =head1 DESCRIPTION -B<NOTE: This module is considered legacy; modern Perl releases (5.18 and -higher) are going to remove Pod-Parser from core and use L<Pod-Simple> +B<NOTE: This module is considered legacy; modern Perl releases (5.31.1 and +higher) are going to remove Pod-Parser from core and use L<Pod::Simple> for all things POD.> B<Pod::Find> provides a set of functions to locate POD files. Note that diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Parser-1.63/lib/Pod/InputObjects.pm new/Pod-Parser-1.65/lib/Pod/InputObjects.pm --- old/Pod-Parser-1.63/lib/Pod/InputObjects.pm 2015-02-01 13:24:59.000000000 +0100 +++ new/Pod-Parser-1.65/lib/Pod/InputObjects.pm 2022-05-21 19:58:51.809763045 +0200 @@ -12,7 +12,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.63'; ## Current version of this package +$VERSION = '1.65'; ## Current version of this package require 5.005; ## requires this Perl version or later ############################################################################# @@ -35,8 +35,8 @@ =head1 DESCRIPTION -B<NOTE: This module is considered legacy; modern Perl releases (5.18 and -higher) are going to remove Pod-Parser from core and use L<Pod-Simple> +B<NOTE: This module is considered legacy; modern Perl releases (5.31.1 and +higher) are going to remove Pod-Parser from core and use L<Pod::Simple> for all things POD.> This module defines some basic input objects used by B<Pod::Parser> when diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Parser-1.63/lib/Pod/ParseUtils.pm new/Pod-Parser-1.65/lib/Pod/ParseUtils.pm --- old/Pod-Parser-1.63/lib/Pod/ParseUtils.pm 2015-02-01 13:25:14.000000000 +0100 +++ new/Pod-Parser-1.65/lib/Pod/ParseUtils.pm 2022-05-21 19:58:58.161650215 +0200 @@ -11,7 +11,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.63'; ## Current version of this package +$VERSION = '1.65'; ## Current version of this package require 5.005; ## requires this Perl version or later =head1 NAME @@ -27,8 +27,8 @@ =head1 DESCRIPTION -B<NOTE: This module is considered legacy; modern Perl releases (5.18 and -higher) are going to remove Pod-Parser from core and use L<Pod-Simple> +B<NOTE: This module is considered legacy; modern Perl releases (5.31.1 and +higher) are going to remove Pod-Parser from core and use L<Pod::Simple> for all things POD.> B<Pod::ParseUtils> contains a few object-oriented helper packages for diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Parser-1.63/lib/Pod/Parser.pm new/Pod-Parser-1.65/lib/Pod/Parser.pm --- old/Pod-Parser-1.63/lib/Pod/Parser.pm 2015-02-01 13:25:06.000000000 +0100 +++ new/Pod-Parser-1.65/lib/Pod/Parser.pm 2022-05-21 19:58:33.702084703 +0200 @@ -12,7 +12,7 @@ ## These "variables" are used as local "glob aliases" for performance use vars qw($VERSION @ISA %myData %myOpts @input_stack); -$VERSION = '1.63'; ## Current version of this package +$VERSION = '1.65'; ## Current version of this package require 5.005; ## requires this Perl version or later ############################################################################# @@ -81,8 +81,8 @@ =head1 DESCRIPTION -B<NOTE: This module is considered legacy; modern Perl releases (5.18 and -higher) are going to remove Pod-Parser from core and use L<Pod-Simple> +B<NOTE: This module is considered legacy; modern Perl releases (5.31.1 and +higher) are going to remove Pod-Parser from core and use L<Pod::Simple> for all things POD.> B<Pod::Parser> is a base class for creating POD filters and translators. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Parser-1.63/lib/Pod/PlainText.pm new/Pod-Parser-1.65/lib/Pod/PlainText.pm --- old/Pod-Parser-1.63/lib/Pod/PlainText.pm 2015-02-01 13:25:25.000000000 +0100 +++ new/Pod-Parser-1.65/lib/Pod/PlainText.pm 2022-05-21 19:59:13.641375216 +0200 @@ -492,7 +492,7 @@ $output =~ s/[\r\n]*$/\n/; $self->output ($output); $$self{MARGIN} = $margin; - $self->output ($self->reformat ($_)) if /\S/; + $self->output ($self->reformat ($_)) if defined && /\S/; } else { $_ = $self->reformat ($_); s/^ /:/ if ($$self{alt} && $indent > 0); @@ -621,8 +621,8 @@ =head1 DESCRIPTION -B<NOTE: This module is considered legacy; modern Perl releases (5.18 and -higher) are going to remove Pod-Parser from core and use L<Pod-Simple> +B<NOTE: This module is considered legacy; modern Perl releases (5.31.1 and +higher) are going to remove Pod-Parser from core and use L<Pod::Simple> for all things POD.> Pod::PlainText is a module that can convert documentation in the POD format (the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Parser-1.63/lib/Pod/Select.pm new/Pod-Parser-1.65/lib/Pod/Select.pm --- old/Pod-Parser-1.63/lib/Pod/Select.pm 2015-02-01 13:25:36.000000000 +0100 +++ new/Pod-Parser-1.65/lib/Pod/Select.pm 2022-05-21 19:59:07.429485577 +0200 @@ -11,7 +11,7 @@ use strict; use vars qw($VERSION @ISA @EXPORT $MAX_HEADING_LEVEL %myData @section_headings @selected_sections); -$VERSION = '1.63'; ## Current version of this package +$VERSION = '1.65'; ## Current version of this package require 5.005; ## requires this Perl version or later ############################################################################# @@ -71,8 +71,8 @@ =head1 DESCRIPTION -B<NOTE: This module is considered legacy; modern Perl releases (5.18 and -higher) are going to remove Pod-Parser from core and use L<Pod-Simple> +B<NOTE: This module is considered legacy; modern Perl releases (5.31.1 and +higher) are going to remove Pod-Parser from core and use L<Pod::Simple> for all things POD.> B<podselect()> is a function which will extract specified sections of diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Parser-1.63/t/pod/multiline_items.t new/Pod-Parser-1.65/t/pod/multiline_items.t --- old/Pod-Parser-1.63/t/pod/multiline_items.t 2011-09-16 16:32:16.000000000 +0200 +++ new/Pod-Parser-1.65/t/pod/multiline_items.t 2022-05-21 19:51:09.053983482 +0200 @@ -26,6 +26,12 @@ a test. +=item Example with only verbatim content + + { + "json": "stuff" + } + =back =cut diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pod-Parser-1.63/t/pod/multiline_items.xr new/Pod-Parser-1.65/t/pod/multiline_items.xr --- old/Pod-Parser-1.63/t/pod/multiline_items.xr 2011-09-16 16:32:16.000000000 +0200 +++ new/Pod-Parser-1.65/t/pod/multiline_items.xr 2022-05-21 19:56:55.159835224 +0200 @@ -1,6 +1,10 @@ -Test multiline item lists - This is a test to ensure that multiline =item paragraphs get indented - appropriately. - - This is a test. +Test multiline item lists + This is a test to ensure that multiline =item paragraphs get indented + appropriately. + + This is a test. + Example with only verbatim content + { + "json": "stuff" + }