Files
perl-Pod-Simple/perl-Pod-Simple.changes

380 lines
15 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Fri May 16 05:36:25 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 3.47
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog
3.47 2025-05-xx Karl Williamson <khw@cpan.org>
- No git-related files in MANIFEST James Keenan++
- Rename method and field to avoid conflicts Graham Knop++
3.46 2025-05-12 Karl Williamson <khw@cpan.org>
- XHTML: =over without =item should render as a blockquote Graham Knop++
- Add support for underlined text U<> formatting Graham Knop++
- Make 'temp' name checking more succinct Max Maischein++
- github: fix and add tests Lukas Mai++ rwp0++
- Makefile.PL: add missing 'warnings' prereq Lukas Mai++
- Add select method compatible with Pod::Select Graham Knop++
- Modernize htmlbat.t, corpus.t Lukas Mai++, Graham Knop++
- Fix links, typos, acknowledgments James Keenan++ rwp0++, Dan Book++
- Add documentation on sublcassing Graham Knop++
- Fix version checking Philippe Bruhat++
- Fix version number Thibault Duponchelle++
- Use rel2abs instead of abs_path Andrew Fresh++
-------------------------------------------------------------------
Tue May 16 03:07:32 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.45
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog
-------------------------------------------------------------------
Tue Jun 29 03:07:49 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.43
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog
3.43 2021-06-28 Karl Williamson <khw@cpan.org>
- Remove pod markup from README
- Update homepage to metacpan
- "use" not "require" Pod::Simple::TiedOutFH, (PR#131, Jim Keenan)
-------------------------------------------------------------------
Sun Nov 15 03:07:12 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 3.42
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog
-------------------------------------------------------------------
Tue Oct 13 09:22:20 UTC 2020 - Tina Müller <tina.mueller@suse.com>
- updated to 3.41
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog
-------------------------------------------------------------------
Fri Dec 2 06:58:53 UTC 2016 - coolo@suse.com
- updated to 3.35
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog
* Release 3.35
2016-11-29 Karl Williamson <khw@cpan.org>
Needed to 'make manifest' before uploading to CPAN. No changes beyond
version bump
* Release 3.35
2016-11-29 Karl Williamson <khw@cpan.org>
Stabilize t/search50.t. Thanks to rurban for the patch!
Turn off utf8 warnings when trying to see if a file is UTF-8 or not.
* Release 3.33
No changes since 3.32.
-------------------------------------------------------------------
Wed Nov 4 10:22:39 UTC 2015 - coolo@suse.com
- updated to 3.32
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog
-------------------------------------------------------------------
Mon Aug 24 09:04:36 UTC 2015 - coolo@suse.com
- updated to 3.31
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog
2015-08-23 Marc Green <marcgreen@cpan.org>
* Release 3.31
No changes since 3.30_1.
2015-07-19 Marc Green <marcgreen@cpan.org>
* Release 3.30_1
Simplified the detection of case-insensitivity in Pod::Simple::Search.
Fixed "Use of uninitialized value $1 in lc" warning in
Pod::Simple::Search.
If @INC includes the current directory symbol, '.', the survey()
method of Pod::Simple::Search no longer excludes it from its list
of directories to search. Instead, The survey() and find() methods
now both exclude duplicate directories from @INC (RT #102344).
Moved source repository and updated links to new perl-pod GitHub
organization: https://github.com/perl-pod/pod-simple.
Improved repository links and added GitHub issue tracking link to
the distribution metadata.
Switched from File::Spec's catdir to catfile for path names, to
fix failures on VMS. Also now use Unix path semantics where
they're not required to be platform-specific. Thanks to Craig A.
Berry for the patch (RT #105511).
Improved the example use of the 'html_encode_chars()' method in
the Pod::Simple::XHTML documentation. Patch from Randy Stauner.
-------------------------------------------------------------------
Tue Apr 14 18:24:12 UTC 2015 - coolo@suse.com
- updated to 3.30
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog
2015-02-23 David E. Wheeler <david@justatheory.org>
* Release 3.30
No changes since 3.29_6.
2015-02-19 David E. Wheeler <david@justatheory.org>
* Release 3.29_6
The survey() method in Pod::Simple::Search now ignores duplicat
files with varying lettercasing on case-insensitive file systems.
This allows
When pondering files in a given directory, the survey() method in
Pod::Simple::Search now prefers files with extensions in the
following order: no extension, .pod, .pm, .plx, .pl.
The find() method in Pod::Simple::Search now records the './pod'
subdirectory of each directory it considers in such a way as to
preserve its case on the file system.
The find() method in Pod::Simple::Search now tries harder to find
the proper file on case-insensitive file systems when searching
for modules starting with "Pod". For example, when searching for
'Pod::Perldoc' it now returns a file ending in 'Pod/Perldoc.pm'
instead of 'Pod/perldoc.pod', as the latter is actually the
documention for the 'perldoc' program.
2015-02-17 David E. Wheeler <david@justatheory.org>
* Release 3.29_5
No changes except that the release tarball should no longer be empty.
2015-02-16 David E. Wheeler <david@justatheory.org>
* Release 3.29_4
Removed "Caveats" from the docs. Pod::Simple has been out of beta
for years.
The survey() method in Pod::Simple::Search no longer assumes that
files ending in '.pod' are actually Pod. Like .pm and .pl files,
.pod files must contains at least one valid POD command, as
documented. This brings the behavior in line with find(), which
already required that .pod files contain Pod.
The survey() method in Pod::Simple::Search now prefers files
ending in .pod over those ending in .pm, and .pm over those ending
in .pl, when it finds duplicate pod files for a given name.
2015-02-11 David E. Wheeler <david@justatheory.org>
* Release 3.29_3
Tightened up the first pass at recognizing a Pod command so that
fewer invalid Pod lines will be recognized. Suggested by Randy
Stauner.
Fixed bug where Pod::Simple would attempt to call
utf8::unicode_to_native on Perl 5.6, where that function does not
exist.
Typos and minor wordsmithing changes in Pod::Simple::Subclassing,
thanks to Randy Stauner.
The Pod::Simple::Search survey() and find() methods now use the same
code for determining @INC directories to search. The only difference
is that find() also includes $Config::Config{'scriptdir'}.
2015-01-13 David E. Wheeler <david@justatheory.org>
* Release 3.29
NOTE: This will be the last release of Pod::Simple to support versions
of Perl earlier than 5.6.
Fixed test failure for unsupported encoding on Perl 5.6.
Removed unnecessary dependency on constant. Reported by Petr Pisar
(RT #85578).
Many documentation and comment typos fixed by David Steinbrunner.
Fixed issue when an encoding is declared via an '=encoding' directive
*after* Pod::Simple has already detected an encoding. Thanks to
Graham Knop for the patch and Patrice Dumas for the tests.
Added '>&STDERR' as an output to better emulate
Pod::Parser::parse_from_file(). Florent Angly.
Tidied the description of the different Pod::Simple interfaces,
with greater emphasis on the four different steps to subclassing.
Florent Angly.
Added the 'top_anchor' attribue to Pod::Simple::HTML, to allow
specification of a custom top anchor format. Gabor Szabo.
Fixed the text formatter to properly set the Text::Wrap overflow policy.
Thanks to Nigel Metheringham for the fix!
Fixed mis-matched quotation marks when adding JavaScript elements
to the XHTML output. Patch from jonathancast.
Fixed issues on EBCDIC. Patch from Karl Williamson (GitHub Pull
Request #58).
Fixed bug where the value passed to Pod::Simple::XHTML's
html_css() method would be output twice. Thanks to Andrew Johnson
for the report (RT #99303).
Documented the 'recurse' attribute of Pod::Simple::Search.
Thanks to Jim Keenan for the report (RT #91886).
An error is no longer thrown when '=encoding' directives are found
on subsequent lines. Instead, we now log a an error message,
"Cannot have multiple =encoding directives" (RT #91757).
The HTML and XHTML formatters now do a better job of preserving
lines in 'begin html' blocks. Fixes a bug that dates from 2002
(Perl RT#9385, CPAN RT #91851).
-------------------------------------------------------------------
Fri Oct 31 14:33:22 UTC 2014 - ncutler@suse.com
- updated to 3.28
-------------------------------------------------------------------
Fri Oct 31 14:28:16 UTC 2014 - ncutler@suse.com
- Update to upstream version 3.28:
* Release 3.28
- Removed use of 'done_testing' in t/white.t
- Fixed inproperly calculated number of skipped tests in t/xhtml01.t
when HTML::Entities is not intalled.
* Release 3.27
- Added new warnings as defined by Pod::Checker
- Added ->keep_encoding_directive, which is false by default
* Release 3.26
- Fixed another test script to skip all tests when Encode not installed.
- Added 'encoding()' and 'detected_encoding()'
* Release 3.25
- Improved the warning when "=item" types mismatch within one
"=over"/"=back" block.
* Release 3.24
- Fixed corner case bug for unlikely UTF-8 scenario
- XHTML IDs can no longer end with punctuation.
- Fixed test failure on Perl 5.6.2.
- Changed default installation location from "perl" to "site" on
5.12 and higher
- Fixed hash order dependency test failures on Perl 5.17
- Inlined the code that tries to guess a Pod file's encoding
- Added a warning when "=item" types mismatch within one
"=over"/"=back" block.
- Fixed regression introduced in 3.22 in which "C< >" tags were
incorrectly treated as verbatim text in table of contents items
emitted by Pod::Simple::XHTML.
- Loosened up the matching of "L< >" tags for man pages so that they
allow names with dots, underscores, and any other chararacters
other than "/", just so long as they end in '[(][-a-zA-Z0-9]+[)]'.
- Fixed inverted mapping of "keyboard" to "kbd" in Pod::Simple::HTML
- Added two new Tagmap entries to Pod::Simple::HTML: "preformat"
maps to "pre", and "teletype" maps to "tt"
- "X< >" tags are now ignored by the pull parser when it searches
for titles, as is any trailing whitespace
-------------------------------------------------------------------
Thu Aug 16 16:35:20 CEST 2012 - ohering@suse.de
- update to version 3.23 [fate#312159]
http://cpansearch.perl.org/src/DWHEELER/Pod-Simple-3.23/ChangeLog
-------------------------------------------------------------------
Fri Mar 4 15:44:13 UTC 2011 - chris@computersalat.de
- update to version 3.15
o Removed "perlpod.pod" and "perlpodspec.pod". These now just live
in the Perl core.
o xed stylesheet names output by HTMLBatch to match the names of
the actual stylesheet files (broken in 3.09). Thanks to Kevin Ryde
for the report (RT #56725).
o ded missing closing slash to the CSS links in the XHTML output.
Thanks to HarleyPig for the patch!
o ded parens around bar "qw(...)" in t/xhtml05.t. Thanks to Jerry
D. Hedden for the patch.
o proved the Pod::Simple::HTML docs. Thanks to Gabor Szabo for the
patch.
o d::Simple::XHTML now properly encodes entities in URLs in the
anchor tag. Thanks to John McNamara for the report (RT-60249).
o d::Simple::HTML and XHTML now strip whitespace from the end of
section names that appear as anchor names for headers (in HTML)
and IDs (in XHTML). Such whitespace appeared when "X<>" entities
were stripped out but not the space between them (RT-56572).
o ke test "t/search50.t" always pass on case-insensitive file
systems rather than just skip VMS.
- for further info see ChangeLog file
- recreated by cpanspec 1.78.03
-------------------------------------------------------------------
Tue Nov 30 13:27:06 UTC 2010 - coolo@novell.com
- switch to perl_requires
-------------------------------------------------------------------
Thu Dec 10 13:41:49 UTC 2009 - chris@computersalat.de
- update to version 3.11
* lot of changes see ChangeLog for more info
-------------------------------------------------------------------
Sat Jul 25 19:41:47 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Fri Jun 19 01:09:50 CEST 2009 - chris@computersalat.de
- spec fix for perl-macros
-------------------------------------------------------------------
Tue Jun 16 14:41:06 CEST 2009 - chris@computersalat.de
- added perl-macros
o autogen filelist with perl_gen_filelist
-------------------------------------------------------------------
Sat Jun 13 00:35:25 CEST 2009 - chris@computersalat.de
- update to new version 3.07
- some spec mods
o updated header
o autogen filelist
-------------------------------------------------------------------
Tue Feb 12 15:18:45 CET 2008 - lars@linux-schulserver.de
- Update to 3.05:
+ Standardized all test files on 8.3 naming scheme for Perl core.
+ Applied test patches from Jerry Hedden for Perl core when
Encode not installed.
+ Applied test patch from Ken Williams for 5.005_04 compatibility.
+ Applied a patch from Christopher Madsen to fix architecture
directory searches on Gentoo.
-------------------------------------------------------------------
Wed Jan 25 21:39:55 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Jan 23 17:21:15 CET 2006 - lmuelle@suse.de
- Update to 3.04.
-------------------------------------------------------------------
Tue Nov 22 14:24:21 CET 2005 - lmuelle@suse.de
- Update to 3.03.
-------------------------------------------------------------------
Wed Feb 16 22:34:26 CET 2005 - schwab@suse.de
- Don't remove BuildRoot in %install.
-------------------------------------------------------------------
Mon Feb 14 21:45:00 CET 2005 - lmuelle@suse.de
- Initial SuSE Package.