Skip to content

Commit

Permalink
dzilify Jemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Feb 8, 2014
1 parent 04fabf1 commit 0fc7577
Show file tree
Hide file tree
Showing 7 changed files with 312 additions and 281 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,5 @@
.build
Jemplate-*
tests/tjs/var tests/tjs/var
Makefile Makefile
Makefile.old Makefile.old
Expand Down
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,26 @@
language: perl
perl:
- 5.18
- 5.16
- 5.14
- 5.12
- 5.10
- 5.8

install:
- git clone --depth=1 --branch=master
git://github.com/ingydotnet/test-base-pm ../testml-pm
- cpanm --quiet --notest
File::Find::Rule
Spiffy
Template
Devel::Cover::Report::Coveralls

script:
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine
PERL5LIB=../testml-pm/lib
prove -lv t/
- cover

after_success:
- cover -report coveralls
30 changes: 0 additions & 30 deletions Makefile.PL

This file was deleted.

249 changes: 0 additions & 249 deletions README

This file was deleted.

Loading

0 comments on commit 0fc7577

Please sign in to comment.