[Catalyst-commits] r6710 - trunk/Catalyst-Runtime
marcus at dev.catalyst.perl.org
marcus at dev.catalyst.perl.org
Wed Aug 22 09:23:57 GMT 2007
Author: marcus
Date: 2007-08-22 09:23:57 +0100 (Wed, 22 Aug 2007)
New Revision: 6710
Modified:
trunk/Catalyst-Runtime/Makefile.PL
Log:
only for authors
Modified: trunk/Catalyst-Runtime/Makefile.PL
===================================================================
--- trunk/Catalyst-Runtime/Makefile.PL 2007-08-22 08:22:50 UTC (rev 6709)
+++ trunk/Catalyst-Runtime/Makefile.PL 2007-08-22 08:23:57 UTC (rev 6710)
@@ -31,14 +31,15 @@
requires 'URI' => '1.35';
requires 'Text::Balanced'; # core in 5.8.x but mentioned for completeness
-if ($^O eq 'darwin') {
- makemaker_args(dist => { PREOP => 'if [ "$$COPY_EXTENDED_ATTRIBUTES_DISABLE" != "true" ]; then'.
- ' echo "you must set the ENV variable COPY_EXTENDED_ATTRIBUTES_DISABLE to true,"; '.
- ' echo "to avoid getting resource forks in your dist."; exit 255; fi' });
-}
if (-e 'inc/.author') {
build_requires 'Test::Perl::Critic';
+
+ if ($^O eq 'darwin') {
+ makemaker_args(dist => { PREOP => 'if [ "$$COPY_EXTENDED_ATTRIBUTES_DISABLE" != "true" ]; then'.
+ ' echo "you must set the ENV variable COPY_EXTENDED_ATTRIBUTES_DISABLE to true,"; '.
+ ' echo "to avoid getting resource forks in your dist."; exit 255; fi' });
+ }
}
install_script glob('script/*.pl');
More information about the Catalyst-commits
mailing list