Skip Menu |

This queue is for tickets about the Lingua-Treebank CPAN distribution.

Report information
The Basics
Id: 14988
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Lingua-Treebank

People
Owner: kahn [...] cpan.org
Requestors: vassilii [...] tarunz.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.11
Fixed in: (no value)



Subject: add-on scripts (vocabulary et al.) missing in Makefile.PL => not installed
Installing the module via the usual procedure doesn't cause the scripts or the scripts' manpages installed, just the modules themselves. Manual copy is needed for installing the things like the vocabulary script. Please add them to Makefile.PL (thanks to Yuval Kogman for verifying this as a bug).
Date: Mon, 10 Oct 2005 12:37:25 +0200 (IST)
From: Vassilii Khachaturov <vassilii [...] tarunz.org>
To: Lingua-Treebank <bug-Lingua-Treebank [...] rt.cpan.org>
Subject: Re: [cpan #14988] [PATCH] Makefile.PL patch included
RT-Send-Cc:
--- Makefile.PL.orig 2005-10-10 12:34:54.032434122 +0200 +++ Makefile.PL 2005-10-10 12:33:53.252701957 +0200 @@ -7,6 +7,13 @@ 'VERSION_FROM' => 'Treebank.pm', # finds $VERSION 'PREREQ_PM' => { }, + 'EXE_FILES' => [ qw( + scripts/get-words + scripts/list-edges + scripts/list-rewrites + scripts/tree-collapse + scripts/tree-inflate + scripts/vocabulary)], ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'Treebank.pm', # retrieve abstract from module AUTHOR => 'Jeremy Gillmor Kahn <kahn@cpan.org>') : ()),
Patch included in 0.12 just uploaded. Thank you for this observation.