[Bps-public-commit] r11634 - in SVN-PropDB: .
jesse at bestpractical.com
jesse at bestpractical.com
Tue Apr 8 16:34:08 EDT 2008
Author: jesse
Date: Tue Apr 8 16:34:08 2008
New Revision: 11634
Modified:
SVN-PropDB/ (props changed)
SVN-PropDB/Makefile.PL
SVN-PropDB/lib/Prophet/Replica.pm
Log:
r29489 at 72-58-64-79: jesse | 2008-04-08 16:27:27 -0400
minor test fixes
Modified: SVN-PropDB/Makefile.PL
==============================================================================
--- SVN-PropDB/Makefile.PL (original)
+++ SVN-PropDB/Makefile.PL Tue Apr 8 16:34:08 2008
@@ -27,20 +27,23 @@
requires('Digest::SHA1');
requires('LWP::Simple');
requires('URI');
-
-requires('SVN::Core'); # SVN::Repos SVN::Fs SVN::Ra SVN::Delta::Editor SVN::Client SVN::Delta
+requires('JSON');
+requires('Test::HTTP::Server::Simple');
+requires('HTTP::Server::Simple');
+requires('Test::WWW::Mechanize');
+requires('HTTP::Server::Simple::CGI');
+requires('SVN::Core'); # SVN::Repos SVN::Fs SVN::Ra SVN::Delta::Editor SVN::Client SVN::Delta
features(
- 'Crazy debugging tools' => [
- -default => 1,
- recommends => 'Devel::Gladiator'
- ],
+ 'Crazy debugging tools' => [
+ -default => 1,
+ recommends => 'Devel::Gladiator'
+ ],
'Hiveminder sync' => [
- -default => 0,
- requires => 'Net::Jifty',
- requires => 'Jifty',
+ -default => 0,
+ requires => 'Net::Jifty',
+ requires => 'Jifty',
]
- );
-
+);
all_from('lib/Prophet.pm');
Modified: SVN-PropDB/lib/Prophet/Replica.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/Replica.pm (original)
+++ SVN-PropDB/lib/Prophet/Replica.pm Tue Apr 8 16:34:08 2008
@@ -497,7 +497,7 @@
Inside the B<<db-uuid>> directory, are a set of files and directories that make up the actual content of the database replica:
-=over
+=over 2
=item C<replica-uuid>
@@ -562,9 +562,9 @@
=item C<resolutions>
-=over TODO DOC RESOLUTIONS
+=over 2
-=item
+=item TODO DOC RESOLUTIONS
=back
More information about the Bps-public-commit
mailing list