?? vos.pm
字號:
package Module::Build::Platform::VOS;use strict;use vars qw($VERSION);$VERSION = '0.2808_01';$VERSION = eval $VERSION;use Module::Build::Base;use vars qw(@ISA);@ISA = qw(Module::Build::Base);1;__END__=head1 NAMEModule::Build::Platform::VOS - Builder class for VOS platforms=head1 DESCRIPTIONThe sole purpose of this module is to inherit fromC<Module::Build::Base>. Please see the L<Module::Build> for the docs.=head1 AUTHORKen Williams <kwilliams@cpan.org>=head1 SEE ALSOperl(1), Module::Build(3), ExtUtils::MakeMaker(3)=cut
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -