8 lines
151 B
Text
8 lines
151 B
Text
![]() |
echo "perl-module version 1.1"
|
||
|
echo "before bla template"
|
||
|
# template input; name=perl-bla
|
||
|
echo "after bla template"
|
||
|
perl Makefile.pl
|
||
|
make
|
||
|
make install
|