File: Changes

package info (click to toggle)
libtie-ixhash-perl 1.23-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 100 kB
  • ctags: 29
  • sloc: perl: 349; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 717 bytes parent folder | download | duplicates (4)
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
=head1 NAME

HISTORY - release history for Tie::IxHash

=head1 DESCRIPTION

=over 8

=item 1.23  (24 February 2013)

New method Clear()

Deleting current element when doing cycle using each will work (test by OLEG, RT#82248)

=item 1.22  (27 February 2010)

Build.PL added

Better META.yml

Distribution upgrade

=item 1.21  (5 January 1998)

Key()/Values()/Indices() now return a single value when called with single
argument (makes them useful in scalar contexts)

=item 1.2   (18 February 1997)

Repackaged into a tarball.

Added a testsuite.

C<s/TieHash/Tie::Hash/g> suggested by Michael De La Rue <miked@ed.ac.uk>.

=item 1.1

Initial release (ancient).

=back

=cut