File: Changes

package info (click to toggle)
libdata-munge-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 108 kB
  • ctags: 11
  • sloc: perl: 206; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 784 bytes parent folder | download
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
Revision history for Data-Munge

0.08    2014-09-15
        * Make trim(undef) return undef without warnings.

0.07    2013-10-22
        * eval_string() now sets __FILE__ and __LINE__ for the eval'd code.
          This may or may not make error locations more useful.

0.06    2013-03-07
        * add elem

0.05    2013-03-05
        * add trim, eval_string, and rec

0.04    2011-08-04
        * Fix buggy behavior for list2re('') and list2re()

0.032   2010-01-23
        * Fix overly strict test that fails on < 5.10

0.031   2010-01-20
        * Also remove Defaults::Mauke from tests (sigh).

0.03    2010-01-19
        * Dropped dependency on Defaults::Mauke.
        * Added submatches/replace.

0.02    2009-12-14
        First version, released on an unsuspecting world.