- or download this
#Or, to get either the given version of a release, or the latest:
...
($version ? { version => $version } : { status => 'latest' }),
],
} );
- or download this
#!/bin/bash
perl -MTest::More=no_plan -e 'my $prio = shift; if (use_ok(qq~$prio~))
+ { no strict q~refs~; print ${$prio . qq~::VERSION~} . qq~\n~} else {
+print qq~WTF!!!!!!\n\n~};' Exporter
- or download this
ok 1 - use Exporter;
5.78
1..1
- or download this
perl ... BLAHMODULE
- or download this
not ok 1 - use BLAHMODULE;
...
WTF!!!!!!
- or download this
use_ok(qq~CGI~,9.999);