979dd84644c2581db722760483ec4be35870339f
[p5sagit/p5-mst-13.2.git] / ext / Win32CORE / Win32CORE.pm
1 package Win32CORE;
2
3 $VERSION = '0.01';
4
5 use strict;
6 use warnings;
7 use vars qw($VERSION @ISA);
8 use base qw(Exporter DynaLoader);
9 no warnings "redefine";
10
11 bootstrap Win32CORE $VERSION;
12
13 1;
14 __END__
15 =head1 NAME
16
17 Win32CORE - Win32 CORE functions
18
19 =head1 DESCRIPTION
20
21 This library provides the functions marked as [CORE] in L<Win32>. See that
22 document for usage information.  In cygwin, as of 5.8.6 it is no longer
23 necessary to use this module; the functions should be available even without
24 C<use Win32CORE;> or C<-MWin32CORE>.
25
26 =cut