1*0Sstevel@tonic-gate#!/usr/bin/perl -w 2*0Sstevel@tonic-gate 3*0Sstevel@tonic-gateBEGIN { 4*0Sstevel@tonic-gate print "1..1\n"; 5*0Sstevel@tonic-gate} 6*0Sstevel@tonic-gateuse strict; 7*0Sstevel@tonic-gateuse CPAN; 8*0Sstevel@tonic-gateuse CPAN::FirstTime; 9*0Sstevel@tonic-gate 10*0Sstevel@tonic-gateprint "ok 1\n"; 11*0Sstevel@tonic-gate 12