Index: trunk/Nebulous-Server/Build.PL
===================================================================
--- trunk/Nebulous-Server/Build.PL	(revision 10629)
+++ trunk/Nebulous-Server/Build.PL	(revision 10635)
@@ -82,5 +82,5 @@
         'Log::Log4perl'         => '0.48',
         'DBI'                   => '1.53',
-        'DBD::mysql'            => '3.0008',
+        'DBD::mysql'            => '3.0007',
         'Class::Accessor::Fast' => 0,
         'Params::Validate'      => '0.73',
@@ -89,5 +89,5 @@
         'Apache2::SOAP'         => 0,
         'Apache::DBI'           => '1.05',
-        'Apache::Test'          => '1.29',  # bundles Apache::TestMB
+        'Apache::Test'          => '1.27',  # bundles Apache::TestMB
         'Apache::TestMB'        => 0,
         'File::Temp'            => 0,
Index: trunk/Nebulous-Server/Changes
===================================================================
--- trunk/Nebulous-Server/Changes	(revision 10629)
+++ trunk/Nebulous-Server/Changes	(revision 10635)
@@ -1,3 +1,6 @@
 Revision history for Perl module Poi::PixelData
+
+0.04
+    - include autogen.sh in the tarball
 
 0.03 Mon Dec 11 14:19:45 HST 2006
Index: trunk/Nebulous-Server/MANIFEST
===================================================================
--- trunk/Nebulous-Server/MANIFEST	(revision 10629)
+++ trunk/Nebulous-Server/MANIFEST	(revision 10635)
@@ -7,4 +7,5 @@
 README
 Todo
+autogen.sh
 bin/neb-addvol
 bin/neb-initdb
Index: trunk/Nebulous-Server/autogen.sh
===================================================================
--- trunk/Nebulous-Server/autogen.sh	(revision 10635)
+++ trunk/Nebulous-Server/autogen.sh	(revision 10635)
@@ -0,0 +1,1 @@
+perl Build.PL -apxs=/usr/sbin/apxs2 
Index: trunk/Nebulous-Server/bootstrap-gentoo-mp2.sh
===================================================================
--- trunk/Nebulous-Server/bootstrap-gentoo-mp2.sh	(revision 10629)
+++ 	(revision )
@@ -1,1 +1,0 @@
-perl Build.PL -http_conf /etc/apache2/conf/apache2.conf -apxs /usr/sbin/apxs2 -httpd /usr/sbin/apache2
Index: trunk/Nebulous-Server/bootstrap-moa-mp1.sh
===================================================================
--- trunk/Nebulous-Server/bootstrap-moa-mp1.sh	(revision 10629)
+++ 	(revision )
@@ -1,1 +1,0 @@
-perl Build.PL -http_conf /usr/local/apache/conf/httpd.conf -apxs /usr/local/apache/bin/apxs -httpd /usr/local/apache/bin/httpd 
