Mailing List Archive

r3635 - trunk/perl/lib/KinoSearch/Util
Author: creamyg
Date: 2008-07-27 10:08:47 -0700 (Sun, 27 Jul 2008)
New Revision: 3635

Modified:
trunk/perl/lib/KinoSearch/Util/Debug.pm
trunk/perl/lib/KinoSearch/Util/DynVirtualTable.pm
trunk/perl/lib/KinoSearch/Util/Json.pm
trunk/perl/lib/KinoSearch/Util/MathUtils.pm
trunk/perl/lib/KinoSearch/Util/Native.pm
trunk/perl/lib/KinoSearch/Util/StringHelper.pm
Log:
Kill off mostly useless POD in KinoSearch::Util perl modules, now that primary
documentation should be in the .bp files.


Modified: trunk/perl/lib/KinoSearch/Util/Debug.pm
===================================================================
--- trunk/perl/lib/KinoSearch/Util/Debug.pm 2008-07-27 17:04:44 UTC (rev 3634)
+++ trunk/perl/lib/KinoSearch/Util/Debug.pm 2008-07-27 17:08:47 UTC (rev 3635)
@@ -89,23 +89,10 @@
RETVAL = kino_Debug_num_globals;
OUTPUT: RETVAL

+__COPYRIGHT__

+Copyright 2005-2008 Marvin Humphrey

-__POD__
+This program is free software; you can redistribute it and/or modify
+under the same terms as Perl itself.

-=begin devdocs
-
-=head1 PRIVATE CLASS
-
-KinoSearch::Util::Debug - Interface for C-level debug utils.
-
-=head1 COPYRIGHT
-
-Copyright 2007-2008 Marvin Humphrey
-
-=head1 LICENSE, DISCLAIMER, BUGS etc.
-
-See L<KinoSearch> version 0.20.
-
-=end devdocs
-=cut

Modified: trunk/perl/lib/KinoSearch/Util/DynVirtualTable.pm
===================================================================
--- trunk/perl/lib/KinoSearch/Util/DynVirtualTable.pm 2008-07-27 17:04:44 UTC (rev 3634)
+++ trunk/perl/lib/KinoSearch/Util/DynVirtualTable.pm 2008-07-27 17:08:47 UTC (rev 3635)
@@ -55,21 +55,10 @@
RETVAL = Kino_Obj_To_Native(kino_DynVT_registry);
OUTPUT: RETVAL

-__POD__
+__COPYRIGHT__

-=begin devdocs
+Copyright 2005-2008 Marvin Humphrey

-=head1 PRIVATE CLASS
+This program is free software; you can redistribute it and/or modify
+under the same terms as Perl itself.

-KinoSearch::Util::DynVirtualTable - Dynamic VTables for KinoSearch C objects.
-
-=head1 COPYRIGHT
-
-Copyright 2007-2008 Marvin Humphrey
-
-=head1 LICENSE, DISCLAIMER, BUGS, etc.
-
-See L<KinoSearch> version 0.20.
-
-=end devdocs
-=cut

Modified: trunk/perl/lib/KinoSearch/Util/Json.pm
===================================================================
--- trunk/perl/lib/KinoSearch/Util/Json.pm 2008-07-27 17:04:44 UTC (rev 3634)
+++ trunk/perl/lib/KinoSearch/Util/Json.pm 2008-07-27 17:08:47 UTC (rev 3635)
@@ -44,26 +44,10 @@

__END__

-__POD__
+__COPYRIGHT__

-=begin devdocs
+Copyright 2005-2008 Marvin Humphrey

-=head1 PRIVATE CLASS
+This program is free software; you can redistribute it and/or modify
+under the same terms as Perl itself.

-KinoSearch::Util::Json - JSON encoding/decoding.
-
-=head1 DESCRIPTION
-
-JSON encoding/decoding with additional helpers for KinoSearch-specific data
-structures.
-
-=head1 COPYRIGHT
-
-Copyright 2007-2008 Marvin Humphrey
-
-=head1 LICENSE, DISCLAIMER, BUGS etc.
-
-See L<KinoSearch> version 0.20.
-
-=end devdocs
-=cut

Modified: trunk/perl/lib/KinoSearch/Util/MathUtils.pm
===================================================================
--- trunk/perl/lib/KinoSearch/Util/MathUtils.pm 2008-07-27 17:04:44 UTC (rev 3634)
+++ trunk/perl/lib/KinoSearch/Util/MathUtils.pm 2008-07-27 17:08:47 UTC (rev 3635)
@@ -23,21 +23,10 @@
RETVAL = kino_Math_fibonacci(num);
OUTPUT: RETVAL

-__POD__
+__COPYRIGHT__

-=begin devdocs
+Copyright 2005-2008 Marvin Humphrey

-=head1 PRIVATE CLASS
+This program is free software; you can redistribute it and/or modify
+under the same terms as Perl itself.

-KinoSearch::Util::MathUtils - Math-related utilities.
-
-=head1 COPYRIGHT
-
-Copyright 2008 Marvin Humphrey
-
-=head1 LICENSE, DISCLAIMER, BUGS etc.
-
-See L<KinoSearch> version 0.20.
-
-=end devdocs
-=cut

Modified: trunk/perl/lib/KinoSearch/Util/Native.pm
===================================================================
--- trunk/perl/lib/KinoSearch/Util/Native.pm 2008-07-27 17:04:44 UTC (rev 3634)
+++ trunk/perl/lib/KinoSearch/Util/Native.pm 2008-07-27 17:08:47 UTC (rev 3635)
@@ -120,22 +120,10 @@
}
OUTPUT: RETVAL

+__COPYRIGHT__

-__POD__
-
-=begin devdocs
-
-=head1 PRIVATE CLASS
-
-KinoSearch::Util::Native - Wrap native objects.
-
-=head1 COPYRIGHT
-
Copyright 2005-2008 Marvin Humphrey

-=head1 LICENSE, DISCLAIMER, BUGS, etc.
+This program is free software; you can redistribute it and/or modify
+under the same terms as Perl itself.

-See L<KinoSearch> version 0.20.
-
-=end devdocs
-=cut

Modified: trunk/perl/lib/KinoSearch/Util/StringHelper.pm
===================================================================
--- trunk/perl/lib/KinoSearch/Util/StringHelper.pm 2008-07-27 17:04:44 UTC (rev 3634)
+++ trunk/perl/lib/KinoSearch/Util/StringHelper.pm 2008-07-27 17:08:47 UTC (rev 3635)
@@ -87,26 +87,10 @@
}
OUTPUT: RETVAL

+__COPYRIGHT__

-__POD__
-
-=begin devdocs
-
-=head1 PRIVATE CLASS
-
-KinoSearch::Util::StringHelper - String related utilities.
-
-=head1 DESCRIPTION
-
-String related utilities, e.g. string comparison functions.
-
-=head1 COPYRIGHT
-
Copyright 2005-2008 Marvin Humphrey

-=head1 LICENSE, DISCLAIMER, BUGS etc.
+This program is free software; you can redistribute it and/or modify
+under the same terms as Perl itself.

-See L<KinoSearch> version 0.20.
-
-=end devdocs
-=cut


_______________________________________________
kinosearch-commits mailing list
kinosearch-commits@rectangular.com
http://www.rectangular.com/mailman/listinfo/kinosearch-commits