[Bps-public-commit] r11786 - in Prophet/trunk: .

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 19 15:06:34 EDT 2008


Author: jesse
Date: Sat Apr 19 15:06:30 2008
New Revision: 11786

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/Replica/SVN/ReplayEditor.pm

Log:
 r29868 at 31b:  jesse | 2008-04-19 20:56:24 +0200
 use the package the baseclass is inside when requiring the replayeditor


Modified: Prophet/trunk/lib/Prophet/Replica/SVN/ReplayEditor.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Replica/SVN/ReplayEditor.pm	(original)
+++ Prophet/trunk/lib/Prophet/Replica/SVN/ReplayEditor.pm	Sat Apr 19 15:06:30 2008
@@ -2,8 +2,10 @@
 use strict;
 
 package Prophet::Replica::SVN::ReplayEditor;
+use SVN::Delta;
 use base qw/SVN::Delta::Editor/;
 
+
 =head1 NAME
 
 Prophet::Replica::SVN::ReplayEditor



More information about the Bps-public-commit mailing list