Skip Menu |

This queue is for tickets about the Genome CPAN distribution.

Report information
The Basics
Id: 84604
Status: open
Priority: 0/
Queue: Genome

People
Owner: Nobody in particular
Requestors: olivier.sallou [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.06
Fixed in: (no value)



Subject: Wrong waht-is section in pod
Hi, there are a few pod2man errors related to what-is sections. Here is a small patch to fix this. Those errors are not really important but I needed to patch those for Debian packaging.
Subject: fix-whatis.patch
--- 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
Sorry, here is correct patch....
Subject: fix-whatis.patch
--- 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