obstruct pod2man doc tweaks
Roderick Schertler [Fri, 20 Dec 1996 18:23:57 +0000 (13:23 -0500)]
p5p-msgid: <3923.851106237@eeyore.ibcinc.com>

lib/Class/Template.pm
lib/Time/tm.pm

index e45a5d3..311c72a 100644 (file)
@@ -30,6 +30,19 @@ use strict;
 
 Class::Template - struct/member template builder
 
+=head1 SYNOPSIS
+
+    use Class::Template;
+    struct(name => { key1 => type1, key2 => type2 });
+
+    package Myobj;
+    use Class::Template;
+    members Myobj { key1 => type1, key2 => type2 };
+
+=head1 DESCRIPTION
+
+This module uses perl5 classes to create nested data types.
+
 =head1 EXAMPLES
 
 =item * Example 1
index 87fc883..d1df295 100644 (file)
@@ -13,6 +13,10 @@ __END__
 
 Time::tm.pm - internal object used by Time::gmtime and Time::localtime
 
+=head1 SYNOPSIS
+
+Don't use this module directly.
+
 =head1 DESCRIPTION
 
 This module is used internally as a base class by Time::localtime And