Bug 13398: rotating collections scripts are skipped on install
commit5a4d2067be86c5df4fc9e78e55f0b9c6c74ac970
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 11 Dec 2014 14:51:20 +0000 (11 11:51 -0300)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 18 Dec 2014 00:05:09 +0000 (18 13:05 +1300)
tree20bfb357770f1b84f1001a4dddcc8aba7b2ab7a2
parent1dc73d238ae880689d751e6a765d5201a7dac186
Bug 13398: rotating collections scripts are skipped on install

This patch makes the Makefile.PL script pick the rotating_collections/
directory for install.

To test:
- Run:
  $ perl Makefile.PL
- Install using either 'standard' or 'single' method.
=> FAIL: Verify that there is no 'rotating_collections' directory
   on the intranet CGI direcory.
- Apply the patch
- Run:
    $ perl Makefile.PL
- Install using either 'standard' or 'single' method.
=> SUCCESS: Verify that there is a 'rotating_collections' directory
   on the intranet CGI direcory.
- Sign off :-D

Regards
Tomas

PS1: Note that it should be enough to check for the rotating_collections files
     on the generated Makefile after 'perl Makefile.PL'.
PS2: The packages use the 'standard' install method to generate the file tree.
     So this patch should fix the packages too.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 99f3121ff874fdc38aa607ca0db5b16436dd16ca)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Makefile.PL