File: Changes

package info (click to toggle)
libpgobject-util-dbchange-perl 0.050.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 263; sql: 3; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 886 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
24
25
26
27
28
29
30
31
32
33
34
35
Revision history for PGObject-Util-DBChange

0.050.4 2019-11-15
        Fix missing Makefile.PL

0.050.3 2019-09-19
        Fix Kwalitee issues

0.050.2 2017-01-09
        Change minimum Perl version dependency (5.10) in Makefile.PL

0.050.1 2017-01-08
        Update copyright years

0.050   2017-01-08
        Remove Makefile from MANIFEST
	Change version number
	Increase minimum requirement (5.10 from 5.6) due to '//' operator

0.040	2016-08-16
	Fixing handling of multiple statements in an update file.
        Fixing copyright notice
        Harmonizing version numbers across files

0.03	2016-08-15
	Transaction wrapping cannot possibly work given that a single $dbh->do
	call cannot wrap transactions, so removing it for now. Also fixing
	boilerplate.

0.02	2016-07-16
	Fixed missing files in tests

0.01    Date/time
        First version, released on an unsuspecting world.