restructure file locations
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 28 May 2008 08:41:06 +0000 (08:41 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 28 May 2008 10:49:14 +0000 (10:49 +0000)
commitb5e0ee87251670be18b2f2fc128a4be0b25ebfb8
tree64a9fd1943766bc19f31125c85334d2a79cd15b6
parentaaf82199178b7ad9117942bafcb45fadc24e1dab
restructure file locations

Use root directories lib/ (pm and pod) and bin/ (executable scripts).
This is the common layout of modern modules, and in fact ever more
expected (by Module::Build for example).
15 files changed:
MANIFEST
Makefile.PL
bin/plp.cgi [moved from plp.cgi with 100% similarity]
bin/plp.fcgi [moved from plp.fcgi with 100% similarity]
lib/PLP.pm [moved from PLP.pm with 100% similarity]
lib/PLP/Backend/Apache.pm [moved from PLP/Backend/Apache.pm with 100% similarity]
lib/PLP/Backend/CGI.pm [moved from PLP/Backend/CGI.pm with 100% similarity]
lib/PLP/Backend/FastCGI.pm [moved from PLP/Backend/FastCGI.pm with 100% similarity]
lib/PLP/FAQ.pod [moved from PLP/FAQ.pod with 100% similarity]
lib/PLP/Fields.pm [moved from PLP/Fields.pm with 100% similarity]
lib/PLP/Functions.pm [moved from PLP/Functions.pm with 100% similarity]
lib/PLP/HowTo.pod [moved from PLP/HowTo.pod with 100% similarity]
lib/PLP/Tie/Delay.pm [moved from PLP/Tie/Delay.pm with 100% similarity]
lib/PLP/Tie/Headers.pm [moved from PLP/Tie/Headers.pm with 100% similarity]
lib/PLP/Tie/Print.pm [moved from PLP/Tie/Print.pm with 100% similarity]