diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2011-02-28 18:13:19 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2011-02-28 18:13:19 +0100 | 
| commit | a0170383fc831c327c481844a2ce86f240b403da (patch) | |
| tree | 58b21cbee01473edfc26e3ee2cc2df001b367e22 /t | |
| parent | 011ed48f326216672f962e128f96cb83cef28460 (diff) | |
| parent | 149e463ca5430c9327cbf4e516104bdc2dcea3ae (diff) | |
Merge branch 'master' of /home/derf/var/git_root/dthumb
Conflicts:
	lib/App/Dthumb.pm
Diffstat (limited to 't')
| -rwxr-xr-x | t/00-compile-pm.t | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/t/00-compile-pm.t b/t/00-compile-pm.t new file mode 100755 index 0000000..2476ab2 --- /dev/null +++ b/t/00-compile-pm.t @@ -0,0 +1,8 @@ +#!/usr/bin/env perl +use strict; +use warnings; +use 5.010; +use Test::More; +use Test::Compile; + +all_pm_files_ok();  | 
