#!/usr/bin/perl # Load testing for File::Find::Rule::PPI use strict; BEGIN { $| = 1; $^W = 1; } use Test::More tests => 2; use_ok( 'File::Find::Rule::PPI' ); ok( defined &find, 'Exported the expected symbol' );