forked from fhelmberger/Data-Storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
72 lines (57 loc) · 2.92 KB
/
Changes
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
Revision history for Perl extension {{$dist->name}}
{{$NEXT}}
1.102250 2010-08-13 14:32:51 Europe/Vienna
1.101700 2010-06-19 11:09:40 Europe/Vienna
- converted tabs to spaces
1.100850 2010-03-26 16:22:50 Europe/Vienna
- converted the distribution to Dist::Zilla-style
0.11 Wed 2009.11.04 23:46:30 CET (Marcel Gruenauer <[email protected]>)
- Data::Storage::DBI: prepare_named() now uses DBI's prepare_cached()
0.10 Wed 2009.11.04 23:46:30 CET (Marcel Gruenauer <[email protected]>)
- Data::Storage::DBI: omit password in exception if connect fails
- Data::Storage::Statement: AUTOLOAD generates methodss so subsequent calls
are direct and faster
0.09 Mon Oct 20 23:04:09 CEST 2008 (Marcel Gruenauer <[email protected]>)
- Data::Storage::Null adds empty FIRST_CONSTRUCTOR_ARGS so it doesn't get
handled by AUTOLOAD
- updated version numbers to 0.09
0.08 Thu Jul 25 15:27:43 CEST 2008 (Marcel Gruenauer <[email protected]>)
- Changed dist style and Changes back to standard. People didn't like it -
the nail that sticks out gets hammered down.
- Added standard test files; this will also help with CPANTS.
- added prepare_named() and other optimizations
- commit() returns if AutoCommit is enabled
0.07 Thu, 29 May 2008 12:03:50 -0000 (Marcel Gruenauer <[email protected]>)
- set the version to 0.07
- Data::Storage::DBI: avoid rollback and commit if AutoCommit is enabled;
this used to cause an error message
- .shipit: fixed svk.tagpattern
0.06 Mon, 25 Feb 2008 14:05:30 -0000 (Marcel Gruenauer <[email protected]>)
- set the version to 0.06
- moved generated documentation of interited methods to after documentation
of this class' methods so the manpage is more readable
- Data::Storage now uses mk_constructor and so also derives from
Class::Accessor::Complex
0.05 Wed, 28 Nov 2007 22:11:34 -0000 (Marcel Gruenauer <[email protected]>)
- set the version to 0.05
- test
0.04 Wed, 28 Nov 2007 22:07:12 -0000 (Marcel Gruenauer <[email protected]>)
- added requirements for Class::Accessor::Complex,
Class::Accessor::Constructor and Error::Hierarchy
- .shipit: added Twitter step
- Makefile.PL: added auto_install() and process_templates()
- lib/*: converted to template
- updated MANIFEST
- updated t/perlcriticrc
- Data::Storage::DBI: added dbhost, port and support for that in
connect_string(). Moved this functionality out of
Data::Storage::DBI::Postgres
- test
- tags: BUGFIX
0.03 Wed, 07 Nov 2007 19:32:48 +0100 (Marcel Gruenauer <[email protected]>)
- removed another dependency on Class::Scaffold. Sigh...
- fixed inheritance and constructor in Data::Storage::Statement
0.02 Wed, 07 Nov 2007 18:49:30 +0100 (Marcel Gruenauer <[email protected]>)
- removed circular dependency on Class::Scaffold
0.01 Wed, 07 Nov 2007 11:39:00 +0100 (Marcel Gruenauer <[email protected]>)
- original version