[Bps-public-commit] r13138 - in Shipwright: . trunk/lib/Shipwright/Source

spang at bestpractical.com spang at bestpractical.com
Tue Jun 10 17:07:41 EDT 2008


Author: spang
Date: Tue Jun 10 17:07:40 2008
New Revision: 13138

Modified:
   Shipwright/   (props changed)
   Shipwright/trunk/lib/Shipwright/Source.pm
   Shipwright/trunk/lib/Shipwright/Source/Base.pm

Log:
 r41126 at loki:  spang | 2008-06-10 15:31:34 -0400
 rearrange perldoc in Source.pm and Source/Base.pm for a more sane ordering


Modified: Shipwright/trunk/lib/Shipwright/Source.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Source.pm	(original)
+++ Shipwright/trunk/lib/Shipwright/Source.pm	Tue Jun 10 17:07:40 2008
@@ -24,6 +24,16 @@
     close $fh;
 }
 
+=head1 NAME
+
+Shipwright::Source - source part
+
+=head1 SYNOPSIS
+
+    use Shipwright::Source;
+
+=head1 METHODS
+
 =head2 new
 
 =cut
@@ -81,46 +91,4 @@
 
 __END__
 
-=head1 NAME
-
-Shipwright::Source - source part
-
-
-=head1 SYNOPSIS
-
-    use Shipwright::Source;
-
-=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/Source/Base.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Source/Base.pm	(original)
+++ Shipwright/trunk/lib/Shipwright/Source/Base.pm	Tue Jun 10 17:07:40 2008
@@ -17,6 +17,14 @@
       version_path version/
 );
 
+=head1 NAME
+
+Shipwright::Source::Base - base class for source
+
+=head1 SYNOPSIS
+
+=head1 METHODS
+
 =head2 new
 
 =cut
@@ -372,42 +380,4 @@
 
 __END__
 
-=head1 NAME
-
-Shipwright::Source::Base - base class for source
-
-
-=head1 SYNOPSIS
-
-  
-=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.
+=head1 INTERFACE



More information about the Bps-public-commit mailing list