文件操作 - Config.pm
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/perl/5.34.0/ExtUtils/MakeMaker/Config.pm
编辑文件内容
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.62'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import { my $caller = caller; no strict 'refs'; ## no critic *{$caller.'::Config'} = \%Config; } 1; =head1 NAME ExtUtils::MakeMaker::Config - Wrapper around Config.pm =head1 SYNOPSIS use ExtUtils::MakeMaker::Config; print $Config{installbin}; # or whatever =head1 DESCRIPTION B<FOR INTERNAL USE ONLY> A very thin wrapper around Config.pm so MakeMaker is easier to test. =cut
修改文件时间
将文件时间修改为当前时间的前一年
删除文件