File: Changes

package info (click to toggle)
libtest-inter-perl 1.09-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 320 kB
  • sloc: perl: 1,615; sh: 22; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,332 bytes parent folder | download | duplicates (2)
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
42
43
44
Written by:
   Sullivan Beck (sbeck@cpan.org)
Any suggestions, bug reports, or donations :-) should be sent to me.

1.09  2019-04-13
  - Added test directory to directories added in the use_lib method automatically.
  - Added functionality to the testdir method

1.08  2019-03-12
  - Minor improvement to a test.
  - Added the use_lib method and automatically use the 'lib' directory.
  - Some improvements to the POD documentation.

1.07  2018-03-15
  - Some improvements to the POD documentation.
  - Some changes to get better test coverage.
  - Better handling of empty structures (i.e [] and {}).

1.06  2015-02-11
  - Fixed some typos.  RT 88523.
  - Changed ChangeLog file to new Changes specification.
  - Documentation improvments
  - Put distro on GitHub.  Gabor Szabo
  - Fixed Module::Build requirement.  RT 102059.

1.05  2013-03-20
  - Fixed the Build.PL/Makefile.PL scripts to not install the example scripts.
    RT 84091

1.04  2013-03-18
  - The __nl__ substitution wasn't happening.

1.03  2011-06-28
  - Missed one of the tests that fail with perl 5.015.

1.02  2011-06-23
  - Added 'width' method.
  - Updated some tests which did not run correctly with perl 5.015.  Renee Baecker

1.01  2010-04-29
  - Use File::Basename and IO::File to get rid of two unix dependencies.

1.00  2010-04-29
  - Initial release.