#!/usr/bin/perl -w use strict; use Test::More tests=>2; BEGIN { use_ok('Module::ExtractUse'); use_ok('Module::ExtractUse::Grammar'); }