commit:     bd1d20c97ef7e2eda0d5ddfd0d080d960f178a9d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 24 01:56:10 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 24 01:56:10 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bd1d20c9

[scripts/lib] remove Pod-Plainer from the hardcoded hack list

---
 scripts/lib/deptools.pm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/scripts/lib/deptools.pm b/scripts/lib/deptools.pm
index 3ab9792..1dce2c3 100644
--- a/scripts/lib/deptools.pm
+++ b/scripts/lib/deptools.pm
@@ -85,9 +85,8 @@ sub _vmap_overlay_native {
       'CPANPLUS',        'CPANPLUS-Dist-Build', 'Devel-SelfStubber', 'Env',
       'File-Fetch',      'i18n-langtags',       'IPC-SysV',          'lib',
       'Log-Message',     'Log-Message-Simple',  'NEXT',              
'Object-Accessor',
-      'Pod-Checker',     'Pod-LaTeX',           'Pod-Perldoc',       
'Pod-Plainer',
-      'Pod-Usage',       'SelfLoader',          'Term-UI',           
'Unicode-Collate',
-      'Unicode-Normalize',
+      'Pod-Checker',     'Pod-LaTeX',           'Pod-Perldoc',       
'Pod-Usage',
+      'SelfLoader',      'Term-UI',             'Unicode-Collate',   
'Unicode-Normalize',
     ),
   );
 }

Reply via email to