[Bps-public-commit] r13230 - in Shipwright: .
spang at bestpractical.com
spang at bestpractical.com
Thu Jun 12 16:32:43 EDT 2008
Author: spang
Date: Thu Jun 12 16:32:41 2008
New Revision: 13230
Modified:
Shipwright/ (props changed)
Shipwright/trunk/lib/Shipwright/Logger.pm
Shipwright/trunk/lib/Shipwright/Test.pm
Log:
r41269 at loki: spang | 2008-06-12 16:32:24 -0400
rearrange pod in Logger.pm and Test.pm
Modified: Shipwright/trunk/lib/Shipwright/Logger.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Logger.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Logger.pm Thu Jun 12 16:32:41 2008
@@ -5,6 +5,14 @@
use Log::Log4perl;
use Scalar::Util qw/blessed/;
+=head1 NAME
+
+Shipwright::Logger -
+
+=head1 SYNOPSIS
+
+ use Shipwright::Logger;
+
=head2 new
=cut
@@ -81,47 +89,4 @@
__END__
-=head1 NAME
-
-Shipwright::Logger -
-
-
-=head1 SYNOPSIS
-
- use Shipwright::Logger;
-
-=head1 DESCRIPTION
-
-
=head1 INTERFACE
-
-
-
-=head1 DEPENDENCIES
-
-
-None.
-
-
-=head1 INCOMPATIBILITIES
-
-None reported.
-
-
-=head1 BUGS AND LIMITATIONS
-
-No bugs have been reported.
-
-=head1 AUTHOR
-
-sunnavy C<< <sunnavy at bestpractical.com> >>
-
-
-=head1 LICENCE AND COPYRIGHT
-
-Copyright 2007 Best Practical Solutions.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-
Modified: Shipwright/trunk/lib/Shipwright/Test.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Test.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Test.pm Thu Jun 12 16:32:41 2008
@@ -9,6 +9,14 @@
our @EXPORT_OK = qw/has_svk has_svn create_svk_repo create_svn_repo/;
+=head1 NAME
+
+Shipwright::Test - useful subs for tests are here
+
+=head1 SYNOPSIS
+
+ use Shipwright::Test;
+
=head2 has_svk
check to see if we have svk or not.
@@ -76,48 +84,4 @@
__END__
-=head1 NAME
-
-Shipwright::Test - useful subs for tests are here
-
-
-=head1 SYNOPSIS
-
- use Shipwright::Test;
-
-=head1 DESCRIPTION
-
-
=head1 INTERFACE
-
-
-
-=head1 DEPENDENCIES
-
-
-None.
-
-
-=head1 INCOMPATIBILITIES
-
-None reported.
-
-
-=head1 BUGS AND LIMITATIONS
-
-No bugs have been reported.
-
-=head1 AUTHOR
-
-sunnavy C<< <sunnavy at bestpractical.com> >>
-
-
-=head1 LICENCE AND COPYRIGHT
-
-Copyright 2007 Best Practical Solutions.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-
-
More information about the Bps-public-commit
mailing list