Skip to content
Snippets Groups Projects
Commit 942b791e authored by Elmar S. Heeb's avatar Elmar S. Heeb Committed by Claude Becker
Browse files

managing_perl_code: fixed formatting

parent 9d4f07d3
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ The goal of this writeup is to show how the most frequently used Perl packaging
===== ExtUtils::MakeMaker =====
With the invention of [[http://www.cpan.org/|CPAN]] there needed to be a well defined way to install a package. At the time very often there were parts of the package written in C that needed to be built along the Perl code. Using ''make was a given but the ''Makefile needed to conform to certain conventions. To ensure these conventions a script ''Makefile.PL'' was written using the ''[[http://perldoc.perl.org/ExtUtils/MakeMaker.html|ExtUtils::MakeMaker]]'' module. With this the sequence to install a Perl package became:
With the invention of [[http://www.cpan.org/|CPAN]] there needed to be a well defined way to install a package. At the time very often there were parts of the package written in C that needed to be built along the Perl code. Using ''make'' was a given but the ''Makefile'' needed to conform to certain conventions. To ensure these conventions a script ''Makefile.PL'' was written using the ''[[http://perldoc.perl.org/ExtUtils/MakeMaker.html|ExtUtils::MakeMaker]]'' module. With this the sequence to install a Perl package became:
perl Makefile.PL
make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment