Subject: | 1.094: make distclean "Not in MANIFEST" due to bash syntax error on "ARRAY(0x8b9bf8)" |
Date: | Thu, 1 Jan 2009 18:19:58 -0800 |
To: | bug-Perl-Critic [...] rt.cpan.org |
From: | "Richard Soderberg" <rsoderberg [...] gmail.com> |
distclean tries to remove "ARRAY(0x8b9bf8)" which breaks bash and I think
causes the "Not in MANIFEST" errors below.
- R.
# perl Makefile.PL
# make all
# make distclean
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `rm -rf
xt/author/generated/t/07_perlcritic.t_without_optional_dependencies.t
xt/author/generated/t/12_theme_listing.t_without_optional_dependencies.t
xt/author/generated/t/02_policy.t_without_optional_dependencies.t
xt/author/generated/t/01_config_bad_perlcriticrc.t_without_optional_dependencies.t
xt/author/generated/t/08_document.t_without_optional_dependencies.t
xt/author/generated/t/05_utils_ppi.t_without_optional_dependencies.t
Perl-Critic-1.094
t/ControlStructures/ProhibitNegativeExpressionsInUnlessAndUntilConditions.run
ARRAY(0x8b9bf8) lib/Perl/Critic/PolicySummary.pod
....
/usr/bin/perl "-MExtUtils::Manifest=fullcheck" -e fullcheck
Not in MANIFEST: lib/Perl/Critic/PolicySummary.pod
Not in MANIFEST:
t/ControlStructures/ProhibitNegativeExpressionsInUnlessAndUntilConditions.run
Not in MANIFEST: t/NamingConventions/Capitalization.run
Not in MANIFEST: t/Variables/RequireLocalizedPunctuationVars.run