-
Notifications
You must be signed in to change notification settings - Fork 15
/
ReleaseNotes
67 lines (38 loc) · 1.36 KB
/
ReleaseNotes
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
=head1 NAME
ReleaseNotes - These are the Release Notes for 1.30
=head1 SYNOPSIS
These are the major changes since version 1.20
=head1 DESCRIPTION
You will need to rerun F<configsmoke.pl> in order to use the new
Test::Harness 3 parallel testing feature.
=over 4
=item 0
Remove all the cruft from F<Makefile.PL>, so it's more standard.
=item 1
I moved L<Mail::Sendmail> so it will be installed but no longer looks
like a part of the distribution.
=item 2
I moved all the default configuration files to the Test/Smoke library
directory (easier in standard install).
=item 3
I added support for L<Test::Harness> 3. This is for extending test
failures with harness and to take advantage of the new parallel
testing option in this version of the harness.
=item 4
I changed my mind about version numbering. I'll just use X.YY from now on.
=back
=head1 REVISION
$Id$
=head1 COPYRIGHT
(c) MMII-MMVIII, Abe Timmerman <[email protected]> All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
See:
=over 4
=item * L<http://www.perl.com/perl/misc/Artistic.html>
=item * L<http://www.gnu.org/copyleft/gpl.html>
=back
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
=cut