Content deleted Content added
m added cat:Perl |
Citation bot (talk | contribs) Alter: url. URLs might have been anonymized. | Use this bot. Report bugs. | Suggested by AManWithNoPlan | #UCB_CommandLine |
||
(15 intermediate revisions by 14 users not shown) | |||
Line 1:
'''Perl Package Manager''' (''PPM'') is a [[Perl]] utility intended to simplify the tasks of locating, installing, upgrading and removing software packages. It can determine if the most recent version of a software package is installed on a system, and can install or upgrade that package from a local or remote host.<ref>{{cite book |url=https://books.google.com/books?id=fltHkK3iLBYC&pg=PA155 |pages=155–156 |title=Programming Perl in the .NET Environment |author1=Yevgeny Menaker |author2=Michael Saltzman |author3=Robert J. Oberg |year=2003 |isbn=9780130652065 |publisher=[[Prentice Hall]]}}</ref><ref>{{cite book |url=https://books.google.com/books?id=C6G0evV1ekwC&pg=PA13 |pages=13–16 |title=Win32 Perl Programming: The Standard Extensions |author=Dave Roth |year=2002 |isbn=9781578702169 |publisher=[[New Riders Press]]}}</ref>
PPM is widespread on [[Microsoft Windows]] systems, which often lack the [[C (programming language)|C]] and [[C++]] compilers necessary to build some Perl modules.
Popular [[ActiveState]]'s ActivePerl distribution comes with
PPM uses so called “PPM Repositories”, collections of pre-compiled modules. These repositories contain a
As of ActivePerl 5.28, PPM is no longer supported.<ref>{{Cite web|url=https://www.activestate.com/blog/goodbye-ppm-hello-state-tool/ |title=Goodbye PPM, Hello State Tool |date=July 23, 2019 |website=activestate.com}}</ref>
==References==
{{Reflist}}
==External links==
* [
* [http://code.activestate.com/ppm/ Perl Package Manager Index] at [[ActiveState]]
{{
[[Category:Perl]]
{{prog-lang-stub}}
|