Download: Goo-0.09.tar.gz
Dependencies
Annotate this POD
Goo::Thing::pm::TypeChecker - What type of pm file is this? Perl6? Perl5?
use Goo::Thing::pm::TypeChecker;
check if this Thing is Perl6 by inspecting the #/shebang/line and whether or not is uses: use v6;
Nigel Hamilton <nigel@trexy.com>