File: Changes

package info (click to toggle)
libcatalyst-plugin-unicode-perl 0.93-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 1,894; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download | duplicates (3)
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
39
40
Revision history for Perl extension Catalyst::Plugin::Unicode

0.93 Wed Mar 17 22:35:00 GMT 2010
        - Make the documentation be phrased much more strongly
          about how this is not the preferred unicode module.

0.92 Sun Oct  4 18:30:00 GMT 2009
        - Add documentation note that you probably want to use
          Catalyst::Plugin::Unicode::Encoding

0.91 Sat Apr 18 23:47:00 GMT 2009
        - Fix manifest failure

0.9  Sat Apr 18 11:47:00 GMT 2009
        - Makefile.PL: build_requires => test_requires (RT #37960)
        - Switch to MRO::Compat

0.8  Tue Sep 25 12:31:02 CDT 2007
        - fix META.yml again :)

0.7  Wed Sep 12 23:58:37 CDT 2007
        - add ok.pm to prereqs

0.6  Wed Sep 12 04:08:29 CDT 2007
        - Properly encode bodies that aren't text/* (like XML)

0.5  Tue Jul 18 18:21:00 2007
        -  Messed up META.yml

0.4  Tue Jul 18 18:21:00 2007
	    - Fix release fuckup

0.3  Tue Jun 5 16:35:00 2007
        - Change to Module::Install

0.2  Sat Apr 30 23:08:00 2005
        - Only encode body if it is utf8.

0.1  Tue Apr 23 01:00:00 2005
        - original version.