そういえばppmがGUIになっていたのだった
ActivePerlを最新5.8.8.820にしてppmを動かしたらいきなりGUIでびっくり。そういえばppmがGUIになっていたのだった。
とりあえずhelp見よう。
C:\work>ppm help
NAME
ppm - Perl Package Manager, version 4.01
SYNOPSIS
Invoke the graphical user interface:
ppm
ppm gui
Install, upgrade and remove packages:
(略)試しにJcodeをinstallしよう。
C:\work>ppm install
Usage: ppm install [--force] [--nodeps] [--area <area>] <module> | <url> | <file> | <num>
Run 'ppm help install' to learn more.
C:\work>ppm install Jcode
Downloading ActiveState Package Repository packlist...not modified
Downloading Jcode-0.88...done
Unpacking Jcode-0.88...done
Generating HTML for Jcode-0.88...done
Updating files in site area...done
18 files installedHTML::Templateも入れてみよう。
C:\work>ppm install HTML::Template Downloading ActiveState Package Repository packlist...not modified Downloading HTML-Template-2.8...done Unpacking HTML-Template-2.8...done Generating HTML for HTML-Template-2.8...done Updating files in site area...done 2 files installed
YAML::Syckも入れるか。
C:\work>ppm install YAML::Syck Downloading ActiveState Package Repository packlist...not modified Downloading YAML-Syck-0.72...done Unpacking YAML-Syck-0.72...done Generating HTML for YAML-Syck-0.72...done Updating files in site area...done 11 files installed