[svn:Module-Build] r13411 - Module-Build/trunk/lib/Module/Build/Platform
[email protected] Wed, 21 Oct 2009 18:28:55 -0700 (PDT)
| Newsgroups | perl.module.build.checkins |
|---|---|
| Message-ID | <[email protected]> |
Author: dagolden
Date: Wed Oct 21 18:28:55 2009
New Revision: 13411
Modified:
Module-Build/trunk/lib/Module/Build/Platform/cygwin.pm
Log:
convert errant POD to comment
Modified: Module-Build/trunk/lib/Module/Build/Platform/cygwin.pm
==============================================================================
--- Module-Build/trunk/lib/Module/Build/Platform/cygwin.pm (original)
+++ Module-Build/trunk/lib/Module/Build/Platform/cygwin.pm Wed Oct 21 18:28:55 2009
@@ -14,14 +14,9 @@
}
# Copied from ExtUtils::MM_Cygwin::maybe_command()
-
-=item _maybe_command
-
-If our path begins with F</cygdrive/> then we use C<ExtUtils::MM_Win32>
-to determine if it may be a command. Otherwise we use the tests
-from C<ExtUtils::MM_Unix>.
-
-=cut
+# If our path begins with F</cygdrive/> then we use C<ExtUtils::MM_Win32>
+# to determine if it may be a command. Otherwise we use the tests
+# from C<ExtUtils::MM_Unix>.
sub _maybe_command {
my ($self, $file) = @_;