File: CHANGES

package info (click to toggle)
libcatalyst-view-csv-perl 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 228 kB
  • sloc: perl: 1,622; sh: 14; makefile: 2
file content (61 lines) | stat: -rw-r--r-- 1,275 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
1.8 2021-02-04

    Allow customising the content-type header

1.7	2015-10-30

	Include MYMETA.* in MANIFEST.SKIP (requested by CHORNY)

1.6	2015-07-14

	Explicitly check for failures from Text::CSV->new() (which
	silently returns undef on error)
	(reported by Mike W)

1.5	2014-04-10

	Increase version number for no good reason; CPAN seems to
	believe that 1.4.1 is lower than 1.4.

1.4.1   2014-04-10

	Use search(undef,\%attrs) rather than search({},\%attrs)

1.4	2013-12-30

	Use penultimate path component if final component is empty
	(reported by Robert Brown)

1.3	2012-02-13

	Fix compatibility with Catalyst::Plugin::Unicode::Encoding
	(reported by Aleksey Vysokolov)

1.2	2011-08-13

	Allow filename to be specified explicitly via "filename" stash
	parameter (suggested by Drew Taylor)

1.1.2	2011-07-26

	Fix files missing from MANIFEST and add a release.sh script to
	ensure that none of the arcane steps are missing from the Perl
	module release process

1.1.1	2011-07-23

	Reinstate changes accidentally obliterated by incorrect usage
	of git

1.1	2011-07-23

	Add support for arrays of hashes and arrays of objects
	(contributed by Benjamin Tietz)

1.0.1	2011-06-23

	Add some missing test dependencies to Makefile.PL

1.0	2011-06-20

	First released version