summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes13
-rw-r--r--MANIFEST1
-rw-r--r--lib/Bundle/CPAN.pm43
3 files changed, 14 insertions, 43 deletions
diff --git a/Changes b/Changes
index bc94ed39a2..3876ff258f 100644
--- 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>
diff --git a/MANIFEST b/MANIFEST
index a8e83e1db7..bf6b725421 100644
--- 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
index 062aab287d..0000000000
--- a/lib/Bundle/CPAN.pm
+++ /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