This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Question for perl gurus: what creates /bin/{HEAD|GET|POST}?


A question for the perl gurus:

I noticed that I have 3 files in /bin: HEAD, GET, and POST.  These are
interfaces to the LWP library.  Does anyone know what creates them?
Looking at the creation times, the most likely culprit is the CPAN perl
module, but I'd like to confirm that.

The reason I'm concerned about it is that the name HEAD clashes with
/bin/head.exe, and results in weird-looking problems that took me a while
to track down (i.e. 'ls|head' says 'head: command not found' -- I have
check_case:strict; I suspect that without it users will simply get the
wrong output).  This is most likely Cygwin-specific, as other OSs will
easily distinguish between head and HEAD.

A suggestion/request to the perl maintainer: change the names of HEAD,
GET, and POST to LWP-HEAD, LWP-GET, and LWP-POST...  For consistency, this
should probably be done in the main perl development branch, anyway,
rather than in the Cygwin port...  Does this sound very unreasonable?
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"Water molecules expand as they grow warmer" (C) Popular Science, Oct'02, p.51


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]