update MANIFEST, Changes
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 12 Jul 1998 10:14:24 +0000 (10:14 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 12 Jul 1998 10:14:24 +0000 (10:14 +0000)
p4raw-id: //depot/perl@1454

Changes
MANIFEST
lib/Bundle/CPAN.pm [deleted file]

diff --git a/Changes b/Changes
index bc94ed3..3876ff2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -69,6 +69,19 @@ Version 5.004_71        Developer release working toward 5.005
 ----------------
 
 ____________________________________________________________________________
+[  1453] By: gsar                                  on 1998/07/12  10:04:33
+        Log: merge changes 1424, 1428 from maintbranch
+     Branch: perl
+           ! Porting/makerel ext/re/re.pm lib/Sys/Syslog.pm
+____________________________________________________________________________
+[  1452] By: gsar                                  on 1998/07/12  09:46:40
+        Log: patchlevel up to 72, update Changes, minor tweaks to win32/config*
+             and README.win32
+     Branch: perl
+          ! Changes README.win32 patchlevel.h win32/Makefile
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+           ! win32/makefile.mk
+____________________________________________________________________________
 [  1451] By: gsar                                  on 1998/07/12  07:01:26
         Log: generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVS
              From: Jarkko Hietaniemi <jhi@iki.fi>
index a8e83e1..bf6b725 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -714,6 +714,7 @@ pod/perlmodlib.pod  Module policy info
 pod/perlobj.pod                Object info
 pod/perlop.pod         Operator info
 pod/perlpod.pod                Pod info
+pod/perlport.pod       Portability guide
 pod/perlre.pod         Regular expression info
 pod/perlref.pod                References info
 pod/perlrun.pod                Execution info
diff --git a/lib/Bundle/CPAN.pm b/lib/Bundle/CPAN.pm
deleted file mode 100644 (file)
index 062aab2..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-package Bundle::CPAN;
-
-$VERSION = '0.03';
-
-1;
-
-__END__
-
-=head1 NAME
-
-Bundle::CPAN - A bundle to play with all the other modules on CPAN
-
-=head1 SYNOPSIS
-
-C<perl -MCPAN -e 'install Bundle::CPAN'>
-
-=head1 CONTENTS
-
-MD5
-
-Data::Dumper  # Bundle::libnet may have problems to work without it
-
-Bundle::libnet
-
-Term::ReadKey
-
-Term::ReadLine::Perl # sorry, I'm discriminating the ::Gnu module
-
-CPAN::WAIT
-
-CPAN
-
-=head1 DESCRIPTION
-
-This bundle includes CPAN.pm as the base module and CPAN::WAIT, the
-first plugin for CPAN that was developed even before there was an API.
-
-After installing this bundle, it is recommended to quit the current
-session and start again in a new process to enable Term::ReadLine.
-
-=head1 AUTHOR
-
-Andreas König