File: Changes

package info (click to toggle)
libtext-trim-perl 1.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 140 kB
  • sloc: perl: 35; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 681 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
Revision history for Text::Trim

1.04    2020-12-24
        - RT -> GitHub for issue tracker, as RT is being shut down

1.03    2019-09-22
        - Per 1.02_01, module will now build successfully on certain 
          systems with unprivileged accounts.

1.02_01 2019-09-21
        - Minor documentation cleanup
        - RT#128743: POD misses license information
        - RT#128092: Makefile.PL: compat code does not work everywhere

1.02    2010-04-06
        - undef values are now caught and passed through

1.01    2006-02-27
        - Added reference to String::Strip in docs
        - Added docs and tests demonstrating unicode support

1.00	2006-02-22
	- Initial version