File: Changes

package info (click to toggle)
libdata-rmap-perl 0.65-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 322; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 961 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
Release history for Perl module Data::Rmap

0.65 2016-11-22

 - b7d5e4d #5 from pauloscustodio/master

0.64 2014-11-24

 - Pod fixes from RT#51735 (Sergey Romanov + FWIW)
 - Link to github in Build.PL (David Steinbrunner)

0.63 Not Released

 - Added CODE as another :type, rmap_code to only replace CODE refs
   (in :all export too) and also recurse into the CODE slot of a glob.
   Note that CODE is not part of ALL, you need rmap_to with (ALL | CODE).
   Recursing the CODE slot of GLOB *IS BACKWARDS INCOMPATIBLE*
   (but rare enough and hard to work-around).

   steven haryanto requested this in RT#73550, thanks

0.62 2008-09-22

 - Clarified LICENSE terms in pod, user request

0.61 2004-12-21

 - Added Test::Exception prereq
 - Debian packaging support

0.6  2004-12-20

 - Allowed for "REF" in tests for 5.8
 - Changed Module::Build usage

0.5  2004-05-29

 - added README Changes
 - trim long lines in docs

0.4  2004-05-08

 - initial CPAN release