Update of /cvs/scoop/scoop/lib/Bundle
In directory lithium.sabren.com:/tmp/cvs-serv4462/lib/Bundle

Modified Files:
      Tag: scoop_1_2-dev
	Scoop.pm 
Added Files:
      Tag: scoop_1_2-dev
	Scoop-Apache2.pm 
Log Message:
Getting the bundles set up right. Still need to add installer support for Apache 2, though. -j


--- NEW FILE: Scoop-Apache2.pm ---
package Bundle::Scoop;

# $Id: Scoop-Apache2.pm,v 1.1.2.1 2006/08/26 20:11:01 jeremy Exp $

use strict;

$Bundle::Scoop::VERSION = '1.1';

1;

__END__

=head1 NAME

Bundle::Scoop-Apache2 - Bundle to install all the pre-requisites for Scoop under Apache 2. For Apache 1.3, see Bundle::Scoop.

=head1 CONTENTS

Term::ReadKey
MD5
Digest::MD5 
MIME::Base64
Data::ShowTable
Storable
DBI
DBD::mysql
Apache::DBI
Apache2::Request
Apache::SIG
Class::Singleton
Crypt::UnixCrypt
Crypt::CBC
Crypt::Blowfish
Mail::Sendmail
String::Random
Time::Timezone 
Time::CTime
Time::ParseDate
Image::Size
URI
HTML::Tagset
HTML::HeadParser
HTTP::Request
LWP::UserAgent
XML::Parser
XML::RSS
Date::Calc
Cache::Memcached

=head1 DESCRIPTION

Install all the modules needed for Scoop. 

=head1 MORE INFORMATION

News, package repository and more information:

 http://scoop.kuro5hin.org/

=head1 AUTHOR

Rusty Foster <rusty at kuro5hin.org>, who shamelessly copied the work of Chris Winters <chris at cwinters.com>

=cut

Index: Scoop.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Bundle/Scoop.pm,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -C2 -d -r1.10.2.1 -r1.10.2.2
*** Scoop.pm	26 Aug 2006 20:06:00 -0000	1.10.2.1
--- Scoop.pm	26 Aug 2006 20:11:01 -0000	1.10.2.2
***************
*** 13,17 ****
  =head1 NAME
  
! Bundle::Scoop - Bundle to install all the pre-requisites for Scoop
  
  =head1 CONTENTS
--- 13,17 ----
  =head1 NAME
  
! Bundle::Scoop - Bundle to install all the pre-requisites for Scoop under Apache 1.3. For Apache 2 support, see Bundle::Scoop-Apache2.
  
  =head1 CONTENTS
***************
*** 26,30 ****
  DBD::mysql
  Apache::DBI
! Apache2::Request
  Apache::SIG
  Class::Singleton
--- 26,30 ----
  DBD::mysql
  Apache::DBI
! Apache::Request
  Apache::SIG
  Class::Singleton