home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / _T.e2x < prev    next >
Text File  |  2003-11-07  |  133b  |  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.