1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Subject: pod errors
Description: some files contain wrong what-is
section in pod.
Author: Olivier Sallou <osalloudebian.org>
Last-Updated: 2013-04-18
Forwarded: yes
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=84604
--- a/lib/Genome/Env/GENOME_DB.pm
+++ b/lib/Genome/Env/GENOME_DB.pm
@@ -2,7 +2,7 @@
=head1 NAME
-GENOME_DB
+GENOME_DB - Database root directory
=head1 DESCRIPTION
--- a/lib/Genome/Env/GENOME_SW.pm
+++ b/lib/Genome/Env/GENOME_SW.pm
@@ -2,7 +2,7 @@
=head1 NAME
-GENOME_SW
+GENOME_SW - Database root directory
=head1 DESCRIPTION
--- a/lib/Genome/Env/GENOME_SYS_NO_CLEANUP.pm
+++ b/lib/Genome/Env/GENOME_SYS_NO_CLEANUP.pm
@@ -2,7 +2,7 @@
=head1 NAME
-GENOME_TEST_DEV
+GENOME_TEST_DEV - Temp files cleanup condition
=head1 DESCRIPTION
--- a/lib/Genome/Env/GENOME_TEST_DEV.pm
+++ b/lib/Genome/Env/GENOME_TEST_DEV.pm
@@ -2,7 +2,7 @@
=head1 NAME
-GENOME_TEST_DEV
+GENOME_TEST_DEV - Code test condition
=head1 DESCRIPTION
--- a/lib/Genome/Sys.pm
+++ b/lib/Genome/Sys.pm
@@ -393,7 +393,7 @@
=head1 NAME
-Genome::Sys
+Genome::Sys - System layer
=head1 VERSION
--- a/lib/Genome/Vocabulary.pm
+++ b/lib/Genome/Vocabulary.pm
@@ -14,7 +14,7 @@
=head1 NAME
-Genome::Vocabulary
+Genome::Vocabulary - Domain specific terminology
=head1 DESCRIPTION
|