-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
59 lines (30 loc) · 815 Bytes
/
Changes
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
=encoding UTF-8
=head1 NAME
Changes - Revision history for Sipwise-Base
=head2 1.005 2013-09-12
=over
=item document release procedure
=item fix warning: Subroutine Sipwise::Base::CLASS redefined
=back
=head2 1.004 2013-07-04
=over
=item declare L<strictures> dependencies, only used for developers
=item Perl minimum version 5.14, brings changes to versioning and a Unicode handling aspect
=back
=head2 1.003 2013-06-17
=over
=item POD errors
=item spelling
=back
=head2 1.002 2013-04-29
=over
=item change licence to GPL3+
=item remove L<lambda> feature for easier packaging
=back
=head2 1.001 2013-04-23
=over
=item add support for selectively skipping certain features through import
=item coding standards advice about versions
=back
=head2 1.000 2013-03-21
Initial release.