windows-nt/Source/XPSP1/NT/tools/postbuildscripts/template_module.pm
2020-09-26 16:20:57 +08:00

45 lines
672 B
Perl

#---------------------------------------------------------------------
package <<mypackage>>;
#
# Copyright (c) Microsoft Corporation. All rights reserved.
#
# Version: 1.00 (<<mm/dd/yyyy>>) : (<<your alias>>) <<Purpose>>
#---------------------------------------------------------------------
use strict;
use vars qw($VERSION);
$VERSION = '1.00';
<<Your module here>>
1;
__END__
=head1 NAME
<<mypackage>> - <<short description>>
=head1 SYNOPSIS
<<A short code example>>
=head1 DESCRIPTION
<<The purpose and functionality of this module>>
=head1 AUTHOR
<<your alias>>
=head1 COPYRIGHT
Copyright (c) Microsoft Corporation. All rights reserved.
=cut