Skip to content

Commit

Permalink
report version info of installed java
Browse files Browse the repository at this point in the history
  • Loading branch information
timbunce committed Aug 29, 2010
1 parent 09ecf6c commit c97265b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/01_use.t
Expand Up @@ -3,3 +3,6 @@ use strict;
use Test::More tests => 1;

BEGIN { use_ok('Java::Javap') };

my $version = qx(java -version 2>&1); # XXX make portable
diag $version;

0 comments on commit c97265b

Please sign in to comment.