Commit graph

221261 commits

Author SHA1 Message Date
wiz
d81e06d3d4 Update to 1.06:
1.06 2014-07-20 NEILB
    - Changed the copyright on dclone.t, dump.pl, and tied.pl in t/,
      to match the rest of the dist, "same as perl itself".
      These changes were approved by the copyright owner, Raphael Manfredi.

1.05 2014-02-17 NEILB
    - Added github repo to metadata (thanks dsteinbrunner)
    - Added github repo to doc

1.04 2014-02-17 NEILB
    - I had erroneously listed Test::Array as a test prereq,
      but the package is defined in 01array.t where it's used.
      RT#93082 - thanks to Dagfinn Ilmari Mannsaker.

1.03 2014-02-16 NEILB
    - Added Changes file
    - Fixed typos from dsteinbrunner in RT#86337
    - Added "use warnings" and in the process fixed RT#17121
    - Min perl version 5.6.0 in code and metadata
    - Added license type to metadata and renamed L&C section in pod
    - Expanded the SEE ALSO section
    - Added prereqs to PREREQ_PM in Makefile.PL
    - Added test prereqs in TEST_REQUIRES
2014-09-06 13:32:09 +00:00
wen
8bcd3cfb60 Update to 0.44
Upstream changes:
0.44	- 2014-08-04, H.Merijn Brand
    * Table names case sensitiveness not tested case-problematic FS's
    * Fix defaults in doc (annocpan)
    * Fix typo in SYNOPSIS (RT#97313)
    * Workaround eof bug in Text::CSV_XS-1.10

0.43	- 2014-06-30, H.Merijn Brand
    * Updated copyright to 2014
    * Unquote schema's in test for cygwin
    * Extra guards in Makefile.PL for unmet requirements

0.42	- 2013-08-14, H.Merijn Brand
    * Optionally skip tests using File::Spec->tempdir () RT#87684
    * And document the use of $TMPDIR in README
    * Make the SYNOPSIS more reflect real-world usage
    * Detect DBI::Test and use it if available
2014-09-06 13:30:25 +00:00
wiz
1779f29903 Updated devel/p5-Any-Moose to 0.24 2014-09-06 13:30:03 +00:00
wiz
52e3479efe Update to 0.24. Add options.mk file to choose between Mouse and
Moose backends.

0.24      2014-06-23 15:53:03Z
  - fixed bad changelog from last release, doh!

0.23      2014-06-23 13:04:35Z
  - now always prefers Moose if Moo is loaded, to overcome some
    incompatibility issues in subclasses (github #1, Graham Knop)

0.22      2014-06-19 02:30:13Z
  - fix missing =encoding directive in pod
  - canonical repository moved to https://github.com/moose/Any-Moose
2014-09-06 13:29:55 +00:00
wiz
21ec3b0de5 Updated devel/p5-MooseX-Types to 0.44nb2 2014-09-06 13:17:54 +00:00
wiz
86e9954f89 Add missing dependency on p5-namespace-autoclean. Bump PKGREVISION. 2014-09-06 13:17:45 +00:00
wiz
d2c2f743d3 Updated time/p5-DateTime-TimeZone to 1.74 2014-09-06 13:08:18 +00:00
wiz
edb37a3e2d Update to 1.74. Add test dependency.
1.74    2014-08-30

- This release is based on version 2014g of the Olson database. This release
  includes contemporary changes for Turks & Caicos.

- Fixed a bug when trying to get the local timezone by looking at
  /etc/sysconfig/clock. Patch by Alexey Molchanov. GitHub PR #2.


1.73    2014-08-06

- This release is based on version 2014f of the Olson database. This release
  includes contemporary changes for Russia and Australia.


1.72    2014-08-03

- Added support for getting the local time zone on Android. Patch from Brian
  Fraser. RT #97711.

- The primary repo for this distro is now on GitHub.
2014-09-06 13:08:10 +00:00
wiz
ab93cd93d5 Updated devel/p5-Params-Validate to 1.13 2014-09-06 13:05:40 +00:00
wiz
d8076399ed Update to 1.13:
1.13    2014-06-28

- Fix my brain damage so that this code compiles with Perl 5.14.


1.12    2014-06-27

- Temporarily skip tests that use Readonly with Readonly 1.50+ until various
  bugs are worked out in Readonly.


1.11    2014-06-26

- Fixes for MSVC compilation. Patch by J.R. Mash. PR #1.
2014-09-06 13:05:32 +00:00
wiz
df400d9c0c Updated devel/p5-common-sense to 3.73 2014-09-06 13:03:30 +00:00
wiz
798d9014e7 Update to 3.73:
3.73 Sat May 31 22:37:21 CEST 2014
	- remove "deprecated", as it turned out to be yet another time bomb
          as p5p don't care the least about backwards compatibility
          anymore (https://rt.perl.org/Public/Bug/Display.html?id=119123).
	- switching paths once more as this turned out to be a doc bug
          in eumm.  this should not affect anything though.
2014-09-06 13:03:21 +00:00
wiz
cdcb44f66c Updated devel/p5-Class-Load to 0.22 2014-09-06 13:02:14 +00:00
wiz
a56bd19c03 Update to 0.22. Add a missing dependency.
0.22     2014-08-16
    - document some of the caveats to using this module, and refer to
      Module::Runtime as an alternative
2014-09-06 13:02:06 +00:00
wiz
6fa173767c Updated devel/p5-Dist-CheckConflicts to 0.11 2014-09-06 12:59:29 +00:00
wiz
76c2c106b4 Update to 0.11:
0.11  2014-04-03
      - drop the dep on List::MoreUtils (haarg, #8)

0.10  2013-12-17
      - we need Module::Runtime 0.009 for module_notional_filename (nnutter,
        #6)
2014-09-06 12:59:20 +00:00
wiz
5ec06e0881 Updated devel/p5-Module-Implementation to 0.09 2014-09-06 12:57:27 +00:00
wiz
9b9f008ff1 Update to 0.09:
0.09     2014-08-24

- Backed out the Sub::Name change in 0.08. It was pointed out to me by Graham
  Knop that adding an XS dependency for a module that's often used to pick
  between XS and non-XS implementations doesn't work so well.


0.08     2014-08-24

- Subroutines copied from an implementation package into the loading package
  are now renamed using Sub::Name. This causes them to be considered part of
  the loading package, which is important for things like
  namespace::autoclean. Reported by Karen Etheridge. RT #98097.
2014-09-06 12:57:19 +00:00
wiz
6043dbe449 Updated devel/p5-Test-Output to 1.03 2014-09-06 12:55:58 +00:00
wiz
d7df6380a4 Update to 1.03:
1.03 - Fri Jan  3 12:19:35 2014
	* Get rid of MYMETA

1.02_01 - Tue Dec 17 12:39:15 2013
	* Get rid of MYMETA
2014-09-06 12:55:49 +00:00
wiz
5adae27367 Updated devel/p5-Capture-Tiny to 0.25 2014-09-06 12:54:23 +00:00
wiz
e9f2854ba6 Update to 0.25:
0.25      2014-08-16 10:08:42-04:00 America/New_York

  Prereqs:

  - Amended recommended modules to list Inline::C rather than Inline
2014-09-06 12:54:14 +00:00
wiz
3d54db7372 Updated devel/p5-Data-OptList to 0.109 2014-09-06 12:52:15 +00:00
wiz
a980bcef69 Update to 0.109:
0.109     2013-12-13 08:30:34 America/New_York
          update bugtracker and repo links
2014-09-06 12:52:02 +00:00
wiz
15d2d92089 Updated devel/p5-Sub-Install to 0.928 2014-09-06 12:51:11 +00:00
wiz
0557f79a57 Update to 0.928:
0.928     2014-06-26 18:57:27-04:00 America/New_York
        - cope with subroutines with spaces in their names when catching
          warnings
        - don't assume that the source sub isn't blessed in tests (!)
2014-09-06 12:51:03 +00:00
wiz
ae744ebafd Updated devel/p5-enum to 1.100 2014-09-06 12:50:11 +00:00
wiz
5df4b2e0c0 Update to 1.10:
1.10 2014-08-16 NEILB
    - Added min perl version (5.006) to enum.pm
    - Improved DESCRIPTION: reworded first paragraph to be a better summary,
      fixed formatting, and one typo.
2014-09-06 12:50:03 +00:00
wiz
567ec318b1 Updated devel/p5-Date-Manip to 6.47 2014-09-06 12:49:00 +00:00
wiz
452ba16c98 Update to 6.47:
VERSION 6.47  2014-09-01)

Time zone fixes

Newest zoneinfo data (tzdata 2014f)

Language fixes

Fixed some encoding errors in the language pod documentation.
2014-09-06 12:48:51 +00:00
wiz
0bff5be4b0 Updated finance/p5-Finance-Quote to 1.35 2014-09-06 12:45:23 +00:00
wiz
2c4c6e5468 Update to 1.35:
1.35      2014-06-17 08:06:14+02:00 Europe/Brussels
        * BUGFIX: VWD - currency returned.

1.34      2014-06-15 21:30:03+02:00 Europe/Brussels
        * VWD adapted to recent website change.

1.33      2014-06-01 11:24:24+02:00 Europe/Brussels
        * BUGFIX: yahoo_json never returns currency. so don't set a default.
                  yahoo_json returned current timestamp instead of quote date.

1.32      2014-05-18 21:55:12+02:00 Europe/Brussels
        * return "symbol" for yahoo_json module
        * allow to retrieve ISIN codes with VWD module

1.31      2014-05-04 22:56:45+02:00 Europe/Brussels
        * Case mismatch in ZA_UnitTrusts pod

1.30      2014-05-04 21:56:34+02:00 Europe/Brussels
        * Bourso.pm works on current website changes. Thanks to Guillaume
        * New module CSE.pm by Hiranya Samarasekera. Covers Colombo Stock
          Exchange (CSE) in Sri Lanka.

1.29      2014-04-08 08:28:25+02:00 Europe/Brussels
        * New module za_unittrusts. kudos to Rolf Endres.
	* Indiamutual patched to current website. kudos to Vinay S Shastry.

1.28      2014-03-16 12:05:19+01:00 Europe/Brussels

        * Removed some unnecessary dependencies

1.27      2014-03-05 15:04:22+01:00 Europe/Brussels

        * New module YahooJSON added (Abhijit Kshirsagar)
        * mtgox.t should not create errors when ONLINE_TEST is not defined

1.26      2014-03-03 22:24:58+01:00 Europe/Brussels

        * VWD adapted to current website (skaringa)
        * Boursorama module mostly fixed (Arnaud Gardelein)

1.25      2014-03-02 23:18:23+01:00 Europe/Brussels

        * AEX.pm : Some checking added. Not working yet
        * Quote.pm : readded sub parse_csv_semicolon.

1.24      2014-03-02 21:39:00+01:00 Europe/Brussels

        * Added module Citywire.pm written by Martin Sadler
        * Added module FTfunds.pm written by Martin Sadler
        * Added module MStaruk.pm written by Martin Sadler
        * Added module TNetuk.pm written by Martin Sadler
        * Data::Dumper is no more required to build

1.23_02   2014-03-02 14:46:41+01:00 Europe/Brussels (TRIAL RELEASE)

        TEST RELEASE

1.22      2014-03-02 10:38:18+01:00 Europe/Brussels (TRIAL RELEASE)

        TEST RELEASE

1.21      2014-03-02 09:56:38+01:00 Europe/Brussels (TRIAL RELEASE)

        * ASX.pm now supports querying more than 10 symbols (goodvibes2)
        * Travis config added for automated test build
        * BUILD: Updated to use Dist::Zilla
2014-09-06 12:45:14 +00:00
wiz
77ea64ce06 Updated devel/p5-Test-Pod-Coverage to 1.10 2014-09-06 12:42:45 +00:00
wiz
0b9ae3b65a Update to 1.10. Set LICENSE.
1.10 2014-07-17 NEILB
    - Changed license to Artistic 2.0, at PETDANCE's request.
    - Added README
    - Moved Coverage.pm to lib/Test/Pod/Coverage.pm
    - Min perl version now set to 5.006 in both code and dist metadata.
      Addresses RT#21564 from ANDK++
    - Added DESCRIPTION section to pod (RT#28715 JEREMIAH++),
      and changed to a minimal SYNOPSIS, with everything else moved
      to the DESCRIPTION.
    - The "no verbose" tests in t/nosymbols.t weren't ensuring that the
      tests were running with HARNESS_VERBOSE set to false. You could set
      that true in your environment and break the test.
      RT#53947 - thanks to Pete Armstrong.
    - Makefile.PL: Ensured all prereqs listed in PREREQ_PM,
      and TEST_REQUIRES set if a recent enough ExtUtils::MakeMaker.
    - Added github repo to pod and dist metadata
    - Deleted the old META.yml, so new MYMETA.{yml,json} will be generated.
    - Reformatted as per CPAN::Changes::Spec

1.09_01 2014-07-08 NEILB
    - Specified license as 'Perl' in metadata, to match doc.
    - All of the changes in 1.10 were first done in this developer release,
      apart from the change to Artistic License 2.0.
2014-09-06 12:42:37 +00:00
wiz
1942e29f07 Updated mail/p5-Email-Valid to 1.195 2014-09-06 12:41:12 +00:00
wiz
8124e7550d Update to 1.195. Add two dependencies the tests check for.
1.195     2014-09-01 08:38:58-04:00 America/New_York
        - handle domain part with MX but no A record (thanks, Karel Miko)

1.194     2014-05-28 17:21:53-04:00 America/New_York
        - yhaoo.com grew an MX record; use something that won't

1.193     2014-03-26 22:29:28-04:00 America/New_York
        - improve behavior on CNAME MX records
2014-09-06 12:41:04 +00:00
wiz
cdd31a5738 Updated mail/p5-MailTools to 2.13 2014-09-06 12:38:08 +00:00
wiz
a141a4e914 Update to 2.13:
version 2.13: Sun Jan  5 18:52:25 CET 2014

	Fixes:

	- optional 'from' and 'on' component in in-reply-to are comments
	  rt.cpan.org#89371 [Ward Vandewege]
	- mailcap \\\\ -> \\
	  rt.cpan.org#89802 [Kevin Ryde]

	Improvements:

	- fix typos  rt.cpan.org#87188 [D Steinbrunner]
2014-09-06 12:37:59 +00:00
wiz
eab0592b11 Updated devel/p5-Path-Class to 0.34 2014-09-06 12:36:30 +00:00
wiz
fff5493318 Update to 0.34:
0.34  Thu Aug 28 22:27:03 CDT 2014

 - df23e17 - Add a new spew_lines() method <William Stevenson>

 - 3ffef39 - Don't convert file into directory in subsumes() <Dagfinn Ilmari Mannsåker>

 - 9a01a71 - Updated POD for copy_to and move_to methods <Robert Rothenberg>

 - 210a7ef - Stringify destination for copy_to method <Robert Rothenberg>

 - 9f83723 - Stringify destination for move_to method <Robert Rothenberg>

 - 5e2cb26, d5c7e62 - Add Continuous Integration with Travis CI <Ken Williams>

 - d372be1 - Change bugtracker to github's <Ken Williams>
2014-09-06 12:36:22 +00:00
wiz
08ebaa178d Updated security/p5-IO-Socket-SSL to 1.997 2014-09-06 12:16:41 +00:00
wiz
013038f978 Update to 1.997:
1.997 2014/07/12
- thanks to return code 1 from Net::SSLeay::library_init if the library needed
  initialization and 0 if not we can now clearly distinguish if initialization
  was needed and do not need any work-arounds for perlcc by the user.
1.996 2014/07/12
- move initialization of OpenSSL-internals out of INIT again because this
  breaks if module is used with require. Since there is no right place to
  work in all circumstances just document the work-arounds needed for
  perlcc. RT#97166
1.995 2014/07/11
- RT#95452 - move initialization and creation of OpenSSL-internals into INIT
  section, so they get executed after compilation and perlcc is happy.
- refresh option for peer_certificate, so that it checks if the certificate
  changed in the mean time (on renegotiation)
- fix fingerprint checking - now applies only to topmost certificate
- IO::Socket::SSL::Utils - accept extensions within CERT_create
- documentations fixes thanks to frioux
- fix documentation bug RT#96765, thanks to Salvatore Bonaccorso.
1.994 2014/06/22
- IO::Socket::SSL can now be used as dual-use socket, e.g. start plain, upgrade
  to SSL and downgrade again all with the same object. See documentation of
  SSL_startHandshake and chapter Advanced Usage.
- try to apply SSL_ca* even if verify_mode is 0, but don't complain if this
  fails. This is needed if one wants to explicitly verify OCSP lookups even if
  verification is otherwise off, because otherwise the signature check would
  fail. This is mostly useful for testing.
- reorder documentation of attributes for new, so that the more important ones
  are at the top.
1.993 2014/06/13
- major rewrite of documentation, now in separate file
- rework error handling to distinguish between SSL errors and internal errors
  (like missing capabilities).
- fix handling of default_ca if given during the run of the program (Debian#750646)
- util/analyze-ssl.pl - fix hostname check if SNI does not work
2014-09-06 12:16:28 +00:00
wiz
a7b1740a63 Updated net/p5-Net-DNS to 0.79 2014-09-06 12:14:41 +00:00
wiz
e063dd176e Update to 0.79:
**** 0.79 Aug 22, 2014

Feature rt.cpan.org #98149

	Add support for Android platform.

Fix rt.cpan.org #97736

	Net::DNS::Resolver->new mistakenly copies supplied arguments
	into default configuration on first instantiation.

Fix rt.cpan.org #97502

	Net::DNS::Resolver->retrans does not accept a value of 1 (uses 2 instead)

Fix rt.cpan.org #83642

	Configure CD flag in Net::DNS::Resolver->new

Fix rt.cpan.org #81760

	Reverted workaround for TXT issue preventing propagation of
	rule updates for SpamAssassin versions earlier than 3.4.0

Fix rt.cpan.org #16630

	Net::DNS::Resolver::Recurse issues lots of IMHO unnecessary DNS requests.


**** 0.78 Jul 10, 2014

Fix rt.cpan.org #97036

	Nameserver identification on Cygwin

Fix rt.cpan.org #96814

	Trailing comments not stripped in /etc/resolv.conf

Fix rt.cpan.org #96812

	Net::DNS::Resolver->new() hangs if nameserver :: exists

Fix rt.cpan.org #96755

	RFC 3597 (hex) parsing mistake

Fix rt.cpan.org #96708

	String treated as boolean in TXT

Fix rt.cpan.org #96608

	"Insecure dependency in connect" with Net::DNS::Resolver over TCP

Fix rt.cpan.org #96535

	Net::DNS::Resolver warns "Use of uninitialized value in length"

Fix rt.cpan.org #96531

	Calling $resolver->nameservers multiple times returns an
	increasingly-long list (on some perl installations)

Fix rt.cpan.org #96439

	Uninitialised decoding object when printing packet


**** 0.77 Jun 13, 2014

Fix rt.cpan.org #96151

	Unlocalised $_ modified when reading config file

Fix rt.cpan.org #96135

	Deep recursion problem on Cygwin

Fix rt.cpan.org #96119

	"Too late to run INIT block" warning for require Net::DNS

Fix rt.cpan.org #96035

	Insert missing plan 'no-plan' in 10-recurse.t

Fix inefficient Net::DNS::SEC compatibility code


**** 0.76 May 23, 2014

Fix rt.cpan.org #95738

	Test failure with IPv6 address in resolver.conf but without
	prerequisite IO::Socket::INET6 package installed.

Fix rt.cpan.org #95596

	Incorrect parsing of nameserver lines in resolv.conf

Feature rt.cpan.org #79568

	Implement prefer_v6 resolver configuration attribute.

Fix rt.cpan.org #67602

	Set resolver configuration defaults at first instantiation
	instead of module load time.


**** 0.75 May 8, 2014

Fix rt.cpan.org #94069

	Compile-time constant in Domain.pm/Text.pm cannot be used to
	store pointer to encoding object when using perlcc compiler.
	Thanks are due to Reini Urban for testing the revised code.

Fix rt.cpan.org #93764

	Resolver gives unhelpful errorstring when attempting to use
	IPv6-only nameserver without INET6 and Socket6 installed.

Fix rt.cpan.org #92626

	Clarify documentation surrounding SRV RR sorting

Feature

	Implement TSIG verified zone transfer.

Fix rt.cpan.org #92433 & #91241

	TSIG: implement sign/verify for multi-packet message.

Fix rt.cpan.org #79569

	Iterate nameservers in AXFR


**** 0.74 Jan 16, 2014

Fix rt.cpan.org #91306

	Nameserver crashes on malformed UDP query.

Fix rt.cpan.org #91241

	TSIG: Fix incorrectly generated %algbyval table.

Feature

	Add CAA, EUI48 and EUI64 RR implementation.


**** 0.73 Nov 29, 2013

Fix rt.cpan.org #88778

	$update->unique_push() does not work as advertised.

Fix rt.cpan.org #88744

	Nameserver crashes on malformed TCP query.

Fix rt.cpan.org #84601/#81942

	Fix memory leak on packet cleanup. Indirect self-reference via
	header prevented garbage collector from deallocating packet.

Feature rt.cpan.org #84468

	TSIG: add support for HMAC-SHA1 .. HMAC-SHA512

Fix rt.cpan.org #84110

	Incorrect parsing of PTR records in zonefile.

Fix rt.cpan.org #83755

	Erroneous attempt to invoke Net::LibIDN package in Domain.pm.

Fix rt.cpan.org #83078

	Can't locate Net/DNS/Resolver/linux.pm in @INC
	Conjecture:  eval{ ... };  if ($@) { ... };  broken by threads.

Fix rt.cpan.org #83075

	ZoneFile.pm wrongly rejects $TTL 0 directive.

Fix rt.cpan.org #82621

	Error string empty after failed TCP query.

Fix rt.cpan.org #82296

	IPv6 with embedded IPv4 address not mapped to ip6.arpa.

Fix rt.cpan.org #82294

	Perl taint inadvertently removed in Domain and Text objects.

Feature rt.cpan.org #53610

	add TSIG validation support
2014-09-06 12:14:33 +00:00
wiz
70c5e1e4c8 Updated devel/p5-IO-HTML to 1.001 2014-09-06 12:13:22 +00:00
wiz
648b3b6ee4 Update to 1.001:
1.001  2014-06-28
	- No code changes, just documentation improvements
	- Update links to the HTML5 draft specification

XXX: this package should probably be in textproc or www instead
2014-09-06 12:13:12 +00:00
wiz
ca139933e9 Updated devel/p5-Devel-Symdump to 2.1200 2014-09-06 12:12:10 +00:00
wiz
f424bb768b Update to 2.12:
2014-06-20  k  <andk@cpan.org>

	* release 2.12

	* test rewrite: v5.21.0-424-ge35475d stopped supporting
	defined(@$ref) which was used in t/symdump.t (thanks to Aaron
	Crane for spotting)

2013-10-30  k  <andk@cpan.org>

	* release 2.11

	* v5.19.5-71-gd456e3f stopped producing the %@ hash at startup
2014-09-06 12:12:00 +00:00
wiz
00e97bdfcd Updated net/p5-IO-Socket-INET6 to 2.72 2014-09-06 12:11:23 +00:00
wiz
ba71b901ed Update to 2.72:
2013-06-23 Shlomi Fish <shlomif@shlomifish.org>
	* Add minimum version of perl to 5.8.x (CPANTS Kwalitee).
	* Add LICENSE file. (CPANTS).
	* New Release IO-Socket-INET6-2.72
2014-09-06 12:11:14 +00:00