Skip to content

Commit

Permalink
convert to dzil + test on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Nov 11, 2013
1 parent bd2519a commit 4e6b44d
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 65 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.gz
.build
CGI-Application-Plugin-DBH-*
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: perl
perl:
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
- "5.8"

install:
- export RELEASE_TESTING=1 AUTOMATED_TESTING=1 AUTHOR_TESTING=1 HARNESS_OPTIONS=j10:c HARNESS_TIMER=1
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
- cpanm --quiet --notest --installdeps .

script:
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -lrsv t
- cover

after_success:
- cover -report coveralls
19 changes: 0 additions & 19 deletions Build.PL

This file was deleted.

2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Perl extension CGI::Application::Plugin::DBH

{{ $NEXT }}

- Fix missing dep on DBD::Mock (Arthur Axel 'fREW' Schmidt)

4.01 Fri Jan 18 22:29:42 EST 2013
Expand Down
18 changes: 0 additions & 18 deletions Makefile.PL

This file was deleted.

9 changes: 9 additions & 0 deletions cpanfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
requires 'parent';
requires 'CGI::Application';
requires 'DBI';

on test => sub {
requires 'Test::More' => 1.001002;
requires 'Test::MockObject' => 1.20120301;
requires 'DBD::Mock' => 0.11
};
16 changes: 16 additions & 0 deletions dist.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name = Git-Validate
author = Mark Stosberg <mark@stosberg.com>
license = Perl_5
copyright_holder = Mark Stosberg
version = 4.01

[NextRelease]
[@Git]
[@Basic]
[GithubMeta]
[MetaJSON]
[PodWeaver]
[PkgVersion]
[ReadmeFromPod]
[PodSyntaxTests]
[Prereqs::FromCPANfile]
28 changes: 0 additions & 28 deletions t/pod.t

This file was deleted.

0 comments on commit 4e6b44d

Please sign in to comment.