File: Changes

package info (click to toggle)
libstring-rewriteprefix-perl 0.009-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 190; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,016 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
Revision history for String-RewritePrefix

0.009     2022-12-31 16:30:04-05:00 America/New_York
        - update packaging and metadata
        - minimum required Perl is now v5.12

0.008     2020-01-25 16:10:30-05:00 America/New_York
          more tests (thanks, Olivier Mengué!)
          warn when rewriting an empty list in scalar context (thanks, Olivier Mengué!)

0.007     2013-10-15 22:37:01 America/New_York
          update bugtracker and repo metadata

0.006     2010-10-25 15:36:37 America/New_York
          give explicit Sub::Exporter requirement

          do not warn if a coderef prefix generator returns undef

0.005     2009-11-30
          export "rewrite" with Sub::Exporter
          prefix new_rewriter with a _; it was always private

0.004     2009-02-20
          allow coderef prefix generators (thanks FLORA)

0.002     2008-09-05
          allow scalar context for 1 element rewrite -- and ONLY those

0.001     2008-08-26
          original skeleton created with Module::Boilerplate