| Goo documentation | view source | Contained in the Goo distribution. |
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>
| Goo documentation | view source | Contained in the Goo distribution. |