Skip to content

Commit 73ca994

Browse files
committed
0.2.0
0 parents  commit 73ca994

File tree

11 files changed

+1278
-0
lines changed

11 files changed

+1278
-0
lines changed

Changes

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Revision history for SQL-Template
2+
3+
4+
0.2.0 20/04/2014
5+
Released to github repository
6+
New build process with dzil
7+
8+
0.1.0 02/10/2009
9+
First version
10+

dist.ini

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name = SQL-Template
2+
version = 0.2.0
3+
license = Perl_5
4+
copyright_holder = Miguel Prz
5+
copyright_year = 2014
6+
7+
8+
[MetaResources]
9+
repository = https://github.com/niceperl/SQL-Template
10+
bugtracker = https://github.com/niceperl/SQL-Template/issues
11+
homepage = https://github.com/niceperl/SQL-Template
12+
13+
[GatherDir]
14+
[PruneCruft]
15+
[ManifestSkip]
16+
[MetaYAML]
17+
[License]
18+
[Readme]
19+
; [ExtraTests]
20+
[ExecDir]
21+
[ShareDir]
22+
[MakeMaker]
23+
[Manifest]
24+
[TestRelease]
25+
[ConfirmRelease]
26+
[UploadToCPAN]
27+
28+
29+
[PodSyntaxTests]
30+
[AutoPrereqs]
31+
32+
33+
[Prereqs / TestRequires]
34+
Test::More = 0.88
35+
36+
[Encoding]
37+
encoding = bytes
38+
filename = t/db/sqltemplate.sqlite
39+
40+
41+

0 commit comments

Comments
 (0)