Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21242/Win32-GUI-ReleaseNotes/t
Added Files: 98_pod.t Log Message: Doc updates and add Win32::GUI::ReleaseNotes --- NEW FILE: 98_pod.t --- #!perl -wT # Win32::GUI::ReleaseNotes test suite. # $Id: 98_pod.t,v 1.1 2006/07/16 11:09:32 robertemay Exp $ # Check that our pod documentation has valid syntax use strict; use warnings; BEGIN { $| = 1 } # Autoflush use Test::More; eval "use Test::Pod 1.14"; plan skip_all => "Test::Pod 1.14 required for testing POD" if $@; plan skip_all => "Pod tests for Win32::GUI::ReleaseNotes done by core" if $ENV{W32G_CORE}; all_pod_files_ok();