File: Changes

package info (click to toggle)
libsub-install-perl 0.924-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 132 kB
  • ctags: 12
  • sloc: perl: 149; makefile: 45
file content (38 lines) | stat: -rw-r--r-- 1,168 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
Revision history for Sub-Install

0.924   2006-11-13
        packaging improvements

0.922   2006-07-21
        fix filename-matching in output tests for win32 (20617, thanks Jerry
        Gay!) (Couldn't reproduce this one.  Argh!)

0.921   2006-07-16
        fix filename-matching in output tests for win32 (20484, thanks Alex
        Chorny!)

0.92    2006-05-11
        allow other users to build exporters like our tiny one (&exporter)
        rename _CALLABLE to _CODELIKE to keep up with Params::Util

0.91    2006-04-30
        use _CALLABLE to determine callability of code, not ref

0.90    2006-04-15
        rewrite warning handling:
          reinstall suppresses fewer warnings: only sub redefinition
          relevant warnings warn from caller (like Carp)
        YOUR CODE MAY BREAK:
          the test/code and documentation differed on install_installers
          the code has been changed to match the documentation

0.03    2005-11-22 19:00
        install_installers to make Sub::Installer history

0.02    2005-11-22 11:26
        improved detection of sub names via B
        100% coverage

0.01    2005-11-21 22:28
        the first version