mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-17 12:41:07 +01:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
|
|
use ExtUtils::MakeMaker;
|
||
|
|
|
||
|
|
|
||
|
|
WriteMakefile(
|
||
|
|
'NAME' => 'Config::General',
|
||
|
|
'VERSION_FROM' => 'General.pm', # finds $VERSION
|
||
|
|
);
|