mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
- fixed invalid regexp in _open() which circumvented explicit empty block to work when the block statement included whitespaces. - more finetuning in Makefile.PL for cleaning emacs' ~ files. git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@52 be1acefe-a474-0410-9a34-9b3221f2030f
9 lines
200 B
Perl
9 lines
200 B
Perl
use ExtUtils::MakeMaker;
|
|
|
|
|
|
WriteMakefile(
|
|
'NAME' => 'Config::General',
|
|
'VERSION_FROM' => 'General.pm', # finds $VERSION
|
|
'clean' => { FILES => 't/cfg.out t/test.cfg *~ */*~' },
|
|
);
|