CPAN Recent Changes - author: dland

# 2008-05-10

File-Path-2.06_01

2.06_01 2008-05-10 20:54:35 UTC
    - Close directory handle in t/Path.t with closedir (close is
      close but incorrect). Problem identified with Strawberry
      Perl.

2.06 2008-05-08 09:27:24 UTC
    - skip counts for ancestory rmpath() tests were wrong
    - fix old/new interface heuristics as per Gisle Aas
      http://www.nntp.perl.org/group/perl.perl5.porters/2008/05/msg136625.html

# 2008-05-08

File-Path-2.06

# 2008-05-07

Pod-Html-1.09_03

1.09_03 2008-05-07 17:40:55 UTC
    - The CPAN smokers showed me the error of my ways: the
      skip modifiers were borked.

File-Path-2.05

2.05 2008-05-07 08:20:20 UTC
    - better diagnosics and less panicking when
      removing an ancestor path. Reported by Alan Ferrency
      and patch suggested by Michael Schilli (#31721).
    - fix typo spotted by Brendan O'Dea (#35623).

# 2008-05-06

Pod-Html-1.09_02

1.09_02 2008-05-06 07:42:32 UTC
    - %seen cache purged per-file, to avoid multiple runs of the
         same file producing different internal anchor names
       - Test suite expanded and revised (requires Test::Output and
         Test::Exception for thorough testing).
    - Code coverage improvements
         initial:
----------------------------------- ------ ------ ------ ------ ------ ------
File                                  stmt   bran   cond    sub    pod  total
----------------------------------- ------ ------ ------ ------ ------ ------
blib/lib/Pod/Html.pm                  70.9   51.8   37.7   88.1    6.1   60.1
Total                                 70.9   51.8   37.7   88.1    6.1   60.1
----------------------------------- ------ ------ ------ ------ ------ ------
      current:
----------------------------------- ------ ------ ------ ------ ------ ------
File                                  stmt   bran   cond    sub    pod  total
----------------------------------- ------ ------ ------ ------ ------ ------
blib/lib/Pod/Html.pm                  95.3   87.5   76.1  100.0  100.0   90.9
Total                                 95.3   87.5   76.1  100.0  100.0   90.9
----------------------------------- ------ ------ ------ ------ ------ ------

# 2008-04-30

Pod-Html-1.09_01

# 2008-02-18

Crypt-SSLeay-0.57_01

0.57_01 2008-02-18 14:42:32 UTC

- use #include <..> rather than #include "..." in
  crypt_ssleay_version.h.
- add command-line switch to avoid live tests (bug #30268).
- skip tests in t/01-connect.t if 443 is already in use (bug #30985).
- make code gcc -Wwrite-strings compatible (bug #31926).

0.57 2007-09-17 20:45:20 UTC

- Honour both $ENV{NO_PROXY} and $ENV{no_proxy} in
  Net::SSL::proxy_connect_helper. (Bug #29371 reported by Jan Dubois).
- $@ construction used in Net::SSL::connect was messed up, which could
  lead to sub-optimal error reporting. (Bug #29372 reported by Jan
  Dubois).
- Ensure no proxification is used in t/01-connect.t (which might be the
  reason for all the spurious smoke failures). Bug #29373 reported by,
  you guessed it, Jan Dubois).
- Silence a dubious fopen() warning in SSLeay.xs.
- s/Netware/NetWare/ in Net/SSL.pm platform check
- Improvements to Makefile.PL for dealing with platforms where openssl
  is installed with ./include and ./lib as sibling directories rather
  than child directories. This should allow the code to configure and
  build "out of the box" on Solaris (and probably other proprietary
  platforms).
- Don't carp in LICENSE key addition code in Makefile.PL

0.56_01 2007-08-09 21:59:47 UTC

- Various improvements to the Win32 configure code in Makefile.PL,
  based on CPAN tickets #28431 and #28432, by Guenter Knauf,
  notably to allow static linking and OpenSSL living in a relative
  directory.
- Net::SSL: alarm() is not implemented on Netware platform, so don't
  try to set one there. (Guenter Knauf).
- Should build on Solaris correctly (bug fix in include dir
  specification). Based on fix suggested in CPAN bug #28680.

# 2007-11-24

File-Path-2.04

# 2007-11-13

WWW-Velib-0.05

0.05 2007-11-13 14:35:39 UTC
    - deal with hostname change and HTML changes
    - more methods documented in sub-packages

# 2007-11-07

Tie-Cycle-Sinewave-0.05

0.05 2007-11-07 21:31:52 UTC
    - New-style POD testing infrastructure used.
    - META.yml should conform to current spec. No code changes,
      current users do not need to upgrade.

# 2007-11-04

File-Path-2.03

2.03 2007-11-04 18:11:51 UTC
    - On 5.8.x, the installation would be shadowed by the core
      files, and thus not be visible. Makefile.PL tweaked
      appropriately to ensure that the installation overwrites
      the core files. Users on 5.6 and below need not upgrade,
      users on 5.8 should. Bug spotted by imacat (#30459).
    - Minor changes to the way POD tests are initialised.

# 2007-10-28

WWW-Velib-0.04

0.04 2007-10-28 17:24:57 UTC
    - Month trips: return date ascending rather than descending.
    - added next_trip() iterator in Velib.pm
    - drive POD tests directly from MANIFEST
    - moved data files from eg/ to eg/data/

# 2007-10-25

BSD-Process-0.05

0.05 2007-10-25 11:42:33 UTC
    - rework _procinfo extensively to minimise the number of large
      code blocks appearing in the function
    - _all() benefits from #define PID_FIELD too (simplification)
    - Makefile.PL and author tests best practices tweaks

# 2007-10-24

File-Path-2.02

2.02 2007-10-24 10:05:30 UTC
    - documentation correction fix only: corrected name of module
      File::Find::Rule. Users need not upgrade.

# 2007-10-21

Log-Dispatch-Win32EventLog-0.14

0.14 2007-10-21
    - improved the test diagnostics (e.g. cmp_ok() instead of ok())
    - Switched from Module::Build to EU::MM, since MB is not
      bundled by default with Activestate Perl.
    - maintainance handed over to David Landgren
    - no code changes, this is simply to get support calls
      directed to the current maintainer.
    - detabbed source files
    - removed SIGNATURE

0.13 Mon Apr  4 2005
    - commented-out unnecessary eval
    - added Pod::Coverage and Test::Pod tests
    - added stub Test::Prereq (disabled due to bugs)
    - minor updates to documentation
    - 02-register.t test disabled due to bugs in register
    - added SIGNATURE to distribution

0.12 Fri Sep  3 2004 (includes 0.11_xx releases)
    - test for register set as TODO since it seems to fail on some
      systems when run for the first few times, then suddenly works
    - test for register skipped if not an administrator
    - added test for log4j.NTEventLogAppender interface
    - if backslashes are in the source, it changes them to spaces and
      issues a warning rather than dying; message changed to
      'Backslashes in source removed'
    - tweaked tests with respect to opening event log to verify events
    - removed use of Win32::IsAdminUser function, since it does
      not seem to be universally available
    - added warning in README about WinZip
    - event source will only be registered if one is an admin user
    - removed unnecessary tests
    - updated POD and added Known Issues section
    - corrected tests for registered sources (thanks to
      <fpchan at aol.com> for feedback on this)

0.11 Fri Aug  6 2004
    - corrected handling of unregistered sources

0.10 Wed Aug  4 2004
    - build uses Test::Warn
    - added test for invalid log registration
    - renamed test files