File: Changes

package info (click to toggle)
libperlx-assert-perl 0.905-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 184 kB
  • ctags: 37
  • sloc: perl: 389; makefile: 13
file content (41 lines) | stat: -rw-r--r-- 1,012 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
PerlX-Assert
============

Created:      2014-04-20
Home page:    <https://metacpan.org/release/PerlX-Assert>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=PerlX-Assert>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.905	2014-05-07

 - Updated: Perl 5.26 compatibility.

0.904	2014-10-05

 [ Packaging ]
 - Add 'test suggests' dep on Moops.
 - Fix META.json problems by building with newer Dist::Inkt.

0.903	2014-08-13

 [ Documentation ]
 - Better document Devel::StrictMode usage.

0.902	2014-08-13	First stable release

 [ BACK COMPAT ]
 - Refer to Devel::StrictMode for a decision on whether to arm ourself.

0.900_02	2014-04-22

 - Use Exporter::Tiny, which will provide a decent framework for adding
   more features in the future.

0.900_01	2014-04-22

 - Extend PerlX::Assert::Keyword support to Perl 5.12.x.

0.900_00	2014-04-21	Experimental split from Moops

 - Includes PerlX::Assert::DD which extends support to older versions of
   Perl, albeit with slightly dodgy parsing.