File: Changes

package info (click to toggle)
libeval-linenumbers-perl 0.35-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 25; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 691 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
32
33
34

Revision history for Eval-LineNumbers

0.35      2021-07-16 06:51:10 -0600
  - Added eval_line_numbers_offset function.
  - New official repository https://github.com/uperl/Eval-LineNumbers
    detached from original https://github.com/muir/Eval-LineNumbers

0.34 2013/10/07

 - Fix Makefile.PL NAME

0.33 2013/10/04

 - Complete makeover by Olivier Mengué:
   - add caller-level support
   - add a test
   - fix typos, groom makefile and code

0.32 2013/10/01

 - use 'heredoc' instead of 'hereis'
 - add Google copyright
 - rename CHANGELOG to Changes
 - add README
 - create git repository, add link

0.31 2009/09/01

 - Minor documentation changes.

0.3 2009/07/24

 - Initial version