From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 719C613893C for ; Sat, 9 Feb 2013 13:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 519E121C0C1; Sat, 9 Feb 2013 13:28:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9196C21C0C2 for ; Sat, 9 Feb 2013 13:28:01 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E194033E355 for ; Sat, 9 Feb 2013 13:27:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B288CE409F for ; Sat, 9 Feb 2013 13:27:47 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1360416364.22a3cfaedae27c04cea2b491491c02e6df91114b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: scripts/lib/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: scripts/lib/deptools.pm X-VCS-Directories: scripts/lib/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 22a3cfaedae27c04cea2b491491c02e6df91114b X-VCS-Branch: master Date: Sat, 9 Feb 2013 13:27:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 18ead216-d834-42b8-906f-8b712dc73038 X-Archives-Hash: 1f60f59354f4afe01626f8221a5d5bda commit: 22a3cfaedae27c04cea2b491491c02e6df91114b Author: Kent Fredric gmail com> AuthorDate: Sat Feb 9 13:26:04 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Feb 9 13:26:04 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=22a3cfae [scripts] deptools.pm : add Pod-Checker and Pod-Usage to the virtual override map --- scripts/lib/deptools.pm | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/lib/deptools.pm b/scripts/lib/deptools.pm index 1e9d797..49c8da7 100644 --- a/scripts/lib/deptools.pm +++ b/scripts/lib/deptools.pm @@ -79,16 +79,16 @@ sub _vmap_perl_strange { sub _vmap_overlay_native { return ( ( - 'Archive-Extract', 'base', 'B-Debug', 'B-Lint', - 'constant', 'Carp', 'CPAN', 'CPANPLUS', - 'CPANPLUS-Dist-Build', 'Devel-DProf', 'Devel-PPPort', 'Devel-SelfStubber', - 'Dumpvalue', 'Exporter', 'ExtUtils-Constant', 'ExtUtils-MakeMaker', - 'File-Fetch', 'Filter-Simple', 'HTTP-Tiny', 'i18n-langtags', - 'if', 'IPC-SysV', 'Locale-Maketext-Simple', 'Log-Message', - 'Log-Message-Simple', 'Math-Complex', 'Module-CoreList', 'NEXT', - 'Object-Accessor', 'Pod-LaTeX', 'Pod-Perldoc', 'Pod-Plainer', - 'Socket', 'SelfLoader', 'Term-UI', 'Unicode-Collate', - 'Unicode-Normalize', + 'Archive-Extract', 'base', 'B-Debug', 'B-Lint', + 'constant', 'Carp', 'CPAN', 'CPANPLUS', + 'CPANPLUS-Dist-Build', 'Devel-DProf', 'Devel-PPPort', 'Devel-SelfStubber', + 'Dumpvalue', 'Exporter', 'ExtUtils-Constant', 'ExtUtils-MakeMaker', + 'File-Fetch', 'Filter-Simple', 'HTTP-Tiny', 'i18n-langtags', + 'if', 'IPC-SysV', 'Locale-Maketext-Simple', 'Log-Message', + 'Log-Message-Simple', 'Math-Complex', 'Module-CoreList', 'NEXT', + 'Object-Accessor', 'Pod-Checker', 'Pod-LaTeX', 'Pod-Perldoc', + 'Pod-Plainer', 'Pod-Usage', 'Socket', 'SelfLoader', + 'Term-UI', 'Unicode-Collate', 'Unicode-Normalize', ), ); }