Import Test2-Plugin-UUID-0.002010 as devel/p5-Test2-Plugin-UUID.
Test2 normally uses unique IDs generated by appending pid, thread-id, and an
incrementing integer. These work fine most of the time, but are not sufficient
if you want to keep a database of events, in that case a real UUID is much more
useful.
Update to 0.27
Upstream changes:
2024-06-27 Ricardo Signes <cpan at semiotic.systems>
* lib/Test/Unit/Assert.pm: sort keys when deep-comparing hashes to avoid hash
randomization causing test failures sporadically
* lib/Test/Unit/Procedural.pm: fix a typo
* t/tlib/AssertTest.pm: fix a test that failed on perl v5.30 due to a bug in
perl v5.30!
2024-06-26 Ricardo Signes <cpan at semiotic.systems>
* lib/Test/Unit.pm: version 0.26
* lib/Test/Unit/TestCase.pm: the "defined ARRAY" syntax, removed in v5.22.0,
has now been removed from this library
* t/try_examples.t: was adjusted to pass on Darwin
* t/tlib/AssertTest.pm: tests were updated to work with whatever qr//
stringification is in play
Update to 1.18
Upstream changes:
1.18 2024-12-31T00:55:27Z
- docs: Fix link in documentation GH#14 (@mikkoi++)
- docs: Fix typo and add a link to Data::ObjectDriver GH#13 (@mikkoi++)
Update to 1.231
Upstream changes:
1.231 2025-04-13T19:31:08Z
* require a newer version.pm for v5.10.1 tests
1.229 2025-01-04T05:10:10Z
* refresh distro and move to BRIANDFOY
Update to 1.35
Upstream changes:
1.35 2025-05-12T17:00:00
- Change sub hashref2string() line 726 so it does not generate an error or warning when
the node or node name is '' (empty string), undef or 0 (zero).
- Change test data so that when stringifying a tree, node names without attributes are
output as (e.g.) 'lexeme: Attributes{}' rather than as just 'lexeme'. This was alleged
to have been done as per the last dot point under v 1.34 below, but was not done properly.
- This last point also affects the related module Data::RenderAsTree, which ships with a
range of test programs and sample scripts which futher exercise these features.
The point of these latter samples is so you can use them without having to fiddle about
removing the test code in the corresponding test scripts.
1.34 2025-04-23T17:01:00
- Thanx to Shawn Laffan for reporting a problem with line-endings in files read and written,
by both Tree::DAG_Node and t/read.tree.t, when he tests under Strawberry Perl.
- The 2 test files t/tree.with*.txt ship as ISO-8859-1 while t/tree.utf8.attributes.txt ships
as UTF-8. So...
- Don't explicitly use UTF-8 encoding in DAG_Node.pm's sub read_tree(). Rather, use a regexp
[20 lines not shown]
Update to 0.49
Upstream changes:
0.49 2025-09-23
[BUGFIXES]
* Appease C compilers that don't like to `return` a void expression
from a void-returning function (RT170345)
Update to 1.67
Upstream changes:
1.67 2025-10-18 11:29:58-07:00 America/Los_Angeles
* Fixed ASEGR.pm. Web site redesigned, URL used for data was no longer workingy - Issue #509
* Handle no trade date in BorsaItaliana.pm - Issue #528
* Fixed TesouroDireto.pm using Tesouro Transparente as datasource - PR #527
* Added a new module to fetch data from SwissFundData - PR #515
* Fixed MorningstarCH.pm
* Fixed MorningstarUK.pm
* Added methodinfo() to MarketWatch.pm and BorsaItaliana.pm
1.66 2025-07-05 11:34:42-07:00 America/Los_Angeles
* Modified CurrencyRates/CurrencyFreaks.pm to return from and to values instead of calculated rate.
* Removed Bloomberg.pm, Tiaacref.pm, Troweprice.pm
* AlphaVantage - return 'symbol not found' when no price data is returned.
* ASX - Changed error message when symbol isn't found - Issue #497
* Added a new module to fetch the fund nav from CMBChina - PR #494
* Added Cookie Jar to Comdirect user agent - Issue #491
* Removed HU.pm, Oslobors.pm, and SEB.pm - Issue #490
[53 lines not shown]
Update to 0.82
Upstream changes:
0.82 2025-07-14 NEILB
- Improvement from Pete Houston to use Sys::Hostname::Long
0.81 2019-05-13 NEILB
- Fixed typos, reported by dsteinbrunner in RT#88351
- Fixed typos, reported by Florian Schlichting in RT#119000
Update to 1.20250805
Upstream changes:
### 1.20250805
- if XML declares a namespace, remove it
- silence warnings for text/html parts
- silence most "Unknown message part" warnings
### 1.20250610
- Fix end of line characters in message-id for reports
Updat net/nagios-plugin-dnsrbl to 0.6
Changes since 0.4:
2025/11/15 version 0.6
- Remove now dead megarbl
2018/07/25 version 0.5
- IPv6 support from Edgar Fu\xdf <ef at math.uni-bonn.de>