SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-Pod-Simple-3.35-2.1.noarch.rpm :
Fri Dec 2 13:00:00 2016 cooloAATTsuse.com
- updated to 3.35
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog

* Release 3.35
2016-11-29 Karl Williamson
Needed to \'make manifest\' before uploading to CPAN. No changes beyond
version bump

* Release 3.35
2016-11-29 Karl Williamson
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 13:00:00 2015 cooloAATTsuse.com
- updated to 3.32
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog

Mon Aug 24 14:00:00 2015 cooloAATTsuse.com
- updated to 3.31
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog
2015-08-23 Marc Green

* Release 3.31
No changes since 3.30_1.
2015-07-19 Marc Green

* 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 AATTINC 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 AATTINC (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 14:00:00 2015 cooloAATTsuse.com
- updated to 3.30
see /usr/share/doc/packages/perl-Pod-Simple/ChangeLog
2015-02-23 David E. Wheeler

* Release 3.30
No changes since 3.29_6.
2015-02-19 David E. Wheeler

* 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

* Release 3.29_5
No changes except that the release tarball should no longer be empty.
2015-02-16 David E. Wheeler

* 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

* 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 AATTINC directories to search. The only difference
is that find() also includes $Config::Config{\'scriptdir\'}.
2015-01-13 David E. Wheeler

* 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 13:00:00 2014 ncutlerAATTsuse.com
- updated to 3.28

Fri Oct 31 13:00:00 2014 ncutlerAATTsuse.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 14:00:00 2012 oheringAATTsuse.de
- update to version 3.23 [fate#312159]
http://cpansearch.perl.org/src/DWHEELER/Pod-Simple-3.23/ChangeLog

Fri Mar 4 13:00:00 2011 chrisAATTcomputersalat.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:00:00 2010 cooloAATTnovell.com
- switch to perl_requires

Thu Dec 10 13:00:00 2009 chrisAATTcomputersalat.de
- update to version 3.11

* lot of changes see ChangeLog for more info

Sat Jul 25 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods

* removed ^----------

* removed ^#---------

Thu Jun 18 14:00:00 2009 chrisAATTcomputersalat.de
- spec fix for perl-macros

Tue Jun 16 14:00:00 2009 chrisAATTcomputersalat.de
- added perl-macros
o autogen filelist with perl_gen_filelist

Fri Jun 12 14:00:00 2009 chrisAATTcomputersalat.de
- update to new version 3.07
- some spec mods
o updated header
o autogen filelist

Tue Feb 12 13:00:00 2008 larsAATTlinux-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.


 
ICM