[Bps-public-commit] r12907 - in Shipwright: trunk/lib/Shipwright/Backend
spang at bestpractical.com
spang at bestpractical.com
Wed Jun 4 20:23:56 EDT 2008
Author: spang
Date: Wed Jun 4 20:23:55 2008
New Revision: 12907
Modified:
Shipwright/ (props changed)
Shipwright/trunk/lib/Shipwright/Backend/SVK.pm
Shipwright/trunk/lib/Shipwright/Backend/SVN.pm
Log:
r40818 at loki: spang | 2008-06-04 20:18:03 -0400
fix pod syntax errors in Backend/SVN.pm and Backend/SVK.pm
Modified: Shipwright/trunk/lib/Shipwright/Backend/SVK.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Backend/SVK.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Backend/SVK.pm Wed Jun 4 20:23:55 2008
@@ -20,11 +20,14 @@
=head1 DESCRIPTION
+This module implements an SVK repository backend for Shipwright.
+
=head1 CONSTRUCTOR
=head1 METHODS
=over
+
=cut
sub new {
@@ -660,6 +663,7 @@
}
=back
+
=cut
1;
Modified: Shipwright/trunk/lib/Shipwright/Backend/SVN.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Backend/SVN.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Backend/SVN.pm Wed Jun 4 20:23:55 2008
@@ -20,10 +20,14 @@
=head1 DESCRIPTION
+This module implements a SVN repository backend for Shipwright.
+
=head1 CONSTRUCTOR
=head1 METHODS
+=over
+
=cut
sub new {
@@ -656,7 +660,9 @@
);
}
}
+
=back
+
=cut
1;
More information about the Bps-public-commit
mailing list