[Bps-public-commit] r12908 - in Shipwright: .
spang at bestpractical.com
spang at bestpractical.com
Wed Jun 4 20:24:16 EDT 2008
Author: spang
Date: Wed Jun 4 20:24:12 2008
New Revision: 12908
Modified:
Shipwright/ (props changed)
Shipwright/trunk/lib/Shipwright/Backend.pm
Log:
r40819 at loki: spang | 2008-06-04 20:18:57 -0400
Put the CONSTRUCTOR section in a less stupid location in Backend.pm.
Modified: Shipwright/trunk/lib/Shipwright/Backend.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Backend.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Backend.pm Wed Jun 4 20:24:12 2008
@@ -41,6 +41,13 @@
use Shipwright::Backend;
$backend = Shipwright::Backend->new (repository => $args{repository});
+=head1 CONSTRUCTOR
+
+The constructor returns the Backend object that corresponds to the type in
+$args{repository}.
+
+Currently, the only supported backends are SVN and SVK.
+
=head1 INTERFACE
A backend must support the following methods:
@@ -81,11 +88,4 @@
=head2 update
-=head1 CONSTRUCTOR
-
-The constructor returns the Backend object that corresponds to the type in
-$args{repository}.
-
-Currently, the only supported backends are SVN and SVK.
-
=cut
More information about the Bps-public-commit
mailing list