File: Changes

package info (click to toggle)
libstring-format-perl 1.14-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 84 kB
  • ctags: 8
  • sloc: perl: 166; makefile: 49
file content (21 lines) | stat: -rw-r--r-- 989 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ======================================================================
#                       --- String::Format ---
# ======================================================================

# ----------------------------------------------------------------------
# Version 1.14                                        December 22,  2005
# ----------------------------------------------------------------------

* Updated tests so that 04subrefs.t no longer fails if getpwuid is not
  defined.  RT#2083.

# ----------------------------------------------------------------------
# Version 1.13                                         February 11, 2002 
# ----------------------------------------------------------------------

* Modified regex to use \S, rather than a regenerated one based on
  stuff passed in. This is feasible because _replace now passes
  through everything it does not recognize.  Updated t/02basic.t to
  refect this change.

# vim: set tw=70 ts=2 sw=2 fo=trcqo2n: