Update ExtUtils::Install, EU::Installed and EU::Packlist to the latest CPAN version...
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / instmodsh
index 90d36c2..5874aa6 100644 (file)
@@ -21,6 +21,10 @@ instmodsh - A shell to examine installed modules
 A little interface to ExtUtils::Installed to examine installed modules,
 validate your packlists and even create a tarball from an installed module.
 
+=head1 SEE ALSO
+
+ExtUtils::Installed
+
 =cut
 
 
@@ -105,7 +109,6 @@ sub create_archive {
     my($reply, $module) = @_;
 
     my $file = (split(' ', $reply))[1];
-    my $tmp = "/tmp/inst.$$";
 
     if( !(defined $file and length $file) ) {
         print "No tar file specified\n";