#!/usr/bin/perl -lw use strict; use ExtUtils::Installed; print for ( ExtUtils::Installed->new->modules ); __END__ =head1 NAME pmodules - show installed Perl modules =head1 ABSTRACT Shows installed modules =head1 AUTHOR Jose Alves de Castro, Ecog [at] cpan [dot] org =head1 COPYRIGHT AND LICENSE Copyright 2004 by Jose Alves de Castro This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut