Skip to content

Commit

Permalink
Compilation test
Browse files Browse the repository at this point in the history
  • Loading branch information
lkundrak committed Apr 18, 2011
1 parent 3d73ac5 commit 932830d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Build.PL Build script
MANIFEST This list of files MANIFEST This list of files
META.yml Distribution Metadata META.yml Distribution Metadata
t/pod.t POD test t/pod.t POD test
t/require.t Compilation test
ISSUES API issues ISSUES API issues
9 changes: 9 additions & 0 deletions t/require.t
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,9 @@
use Test::More tests => 4;

BEGIN {
use_ok ('WWW::GoodData::Agent');
use_ok ('WWW::GoodData');
}

require_ok ('WWW::GoodData');
require_ok ('WWW::GoodData::Agent');

0 comments on commit 932830d

Please sign in to comment.