<slide title="The Installer">
<blurb>
Why deploy code via a PEAR installer?
</blurb>
<list>
<bullet>
Imagine a new release of a package you've bundled comes out fixing a critical
security issue.</bullet><bullet> Do you tell your users/customers to copy files on top of others
and risk things being done incorrectly... 
</bullet><bullet>...or just do $pear upgrade package-1.01  ?
</bullet>
<bullet>
You can use the pear installer for deploying your own applications and
packages.
</bullet>
</list>
<blurb>
Why not RPM or DEB? Or just include everything in one big archive?
</blurb>

<list>
<bullet>PEAR packages are operating system agnostic</bullet>
<bullet>Have a 'state' indicating maturity (devel/alpha/beta/stable)</bullet>
<bullet>Have release version numbers </bullet>
<bullet>Contain examples, unit tests, documentation</bullet>
<bullet>The installer handles interdependencies</bullet>
</list>
</slide>
