home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _252da7fce74ca442c11d9f474d66f458 < prev    next >
Text File  |  2004-06-01  |  140b  |  8 lines

  1. use strict;
  2. # Adjust the number here!
  3. use Test::More tests => 2;
  4.  
  5. use_ok('Encode');
  6. use_ok('Encode::$_Name_');
  7. # Add more test here!
  8.