Skip to content

Commit

Permalink
Add a trivial 'I can load the module' test to keep cpan-testers happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jandubois committed Apr 6, 2010
1 parent e434ea9 commit 0e10a6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Win32Perl.h
constant.cpp
constant.h
preWin32Perl.h
t/00-load.t
test/AutoStart.pl
test/Callback.ini
test/Callback.pl
Expand Down
7 changes: 7 additions & 0 deletions t/00-load.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
use Test::More tests => 1;

BEGIN {
use_ok('Win32::Daemon');
}

diag("Testing Win32::Daemon $Win32::Daemon::VERSION");

0 comments on commit 0e10a6e

Please sign in to comment.