File: Changes

package info (click to toggle)
libpoet-perl 0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 652 kB
  • sloc: perl: 2,292; makefile: 10; sql: 6; sh: 4
file content (119 lines) | stat: -rw-r--r-- 2,897 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Revision history for Poet

** denotes an incompatible change

0.16  Jan 7, 2015

* Fixes
  - Fix --access-log in Poet/Server.pm (jomo666)

0.15  Feb 26, 2014

* Fixes
  - respect array attribute default when no value is passed in (A Kobame)

0.14  Feb 1, 2014

* Fixes
  - use Plack::Runner instead of IPC::System::Simple::run - perl-poet/issues/5 (hstaugaard)
  - fix log documentation - RT #83627 (Allan Engelhardt)
  - Replace deprecated Class::MOP methods with Class::Load

0.13  Oct 7, 2012

* Improvements
  - Add standard error pages and 500 error response for errors in live mode

* Fixes
  - Retain response object ($m->res) when creating subrequests via $m->go and $m->visit

0.12  Aug 15, 2012

* Fixes
  - Fix overriding of Conf and Import
  - Require Mason::Plugin::Cache 0.04, for $m->cache
  - Fix pod typos - RT #77676 (Florian)
  - Add missing make_immutable calls

* Documentation
  - Add Poet::Plack::Request and Poet::Plack::Response to list of subclasses
    (Tomohiro Hosaka)

0.11  Jun 5, 2012

* Improvements
  - Change $env to $poet to avoid confusion for existing PSGI developers. $env still works
    and will be supported indefinitely for backward compatibility. RT #77592 (Matt Trout)

0.10  Jun 4, 2012

* Improvements
  - Add $conf->get_secure, for sensitive configuration entries
  - Add $conf->generate_dynamic_config, for generating configuration files for external software

0.09  May 15, 2012

* Improvements
  - Referring to an unknown conf key in ${interpolated} syntax throws error instead of
    inserting blank string

* Fixes
  - Allow for older File::Path versions - RT #77206 (Gavin Carr)
  - Fix PSGIHandler test from using the same component paths for multiple test cases

0.08  May 9, 2012

* Fixes
  - Handle Log::Any::Adapter::Log4perl being missing as well
  - Use #!/usr/bin/perl for poet, MakeMaker will adjust on install
  - Handle .svn and .git in share/generate.skel

* Documentation
  - Fix blog article date/time issue in tutorial (Pat McNamee)

0.07  May 6, 2012

* Fixes
  - Fix for Moose 2.06 - RT #76793 (doy)

0.06  May 6, 2012

* Fixes
  - Require Mason 2.19

* Documentation
  - Improve clarity of tutorial (Horia Cristescu)
  - Include tutorial files in distro, in eg/blog (Debi)

0.05  May 1, 2012

* Fixes
  - Generate the appropriate shebang line in bin/*.pl via Config

* Improvements
  - Various changes to scaffolding produced by 'poet new'

0.04  Apr 26, 2012

* Improvements
  - DWIM with lowercase and/or underscored argument to "poet new"

* Fixes
  - Fix #! line on get.pl (Pedro Melo)

* Documentation
  - Various documentation and generated environment tweaks

* Backend
  - Remove some files from pause indexing
  - Switch to Test::Class::Most for all tests

0.02  Apr 23, 2012

- Add JSON::XS dependency, remove use of JSON.pm
- Fix $m->cache to use Poet::Cache / MyApp::Cache

0.01  Apr 20, 2012

- Initial version