home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / Bundle / Tk.pm < prev   
Encoding:
Perl POD Document  |  1997-08-10  |  506 b   |  35 lines

  1. package Bundle::Tk;
  2.  
  3. $VERSION = '1.00'
  4.  
  5. 1;
  6.  
  7. __END__
  8.  
  9. =head1 NAME
  10.  
  11. Bundle::Tk - CPAN Bundle for Tk and its dependencies
  12.  
  13. =head1 SYNOPSIS
  14.  
  15. C<perl -MCPAN -e 'install Bundle::Tk'>
  16.  
  17. =head1 CONTENTS
  18.  
  19. ExtUtils::MakeMaker  -  should be in perl disribution
  20.  
  21. Net::NNTP            -  for proto news reader, also pulls in rest of Net::* which LWP needs
  22.  
  23. Mail::Internet       -  for news again
  24.  
  25. LWP                  -  for tkweb
  26.  
  27. Tk                   -  Tk itself!
  28.  
  29. =head1 DESCRIPTION
  30.  
  31. =head1 AUTHOR
  32.  
  33. Nick Ing-Simmons
  34.  
  35.