Yet More CPAN
- The real magic is community conventions
- All modules need:
- allows easy installation from CPAN or CPANPLUS modules
perl -MCPAN -e 'install Test::More'
perl -MCPANPLUS -e 'install Test::More'
- module and dependencies downloaded, unpacked, built, tested, and installed
Slide 14 of 47