Author: jkeenan Date: Mon May 5 16:59:26 2008 New Revision: 27328 Removed: trunk/config/auto/python.pm trunk/t/steps/auto_python-01.t Modified: trunk/MANIFEST trunk/MANIFEST.SKIP trunk/README_win32.pod trunk/lib/Parrot/Configure/Step/List.pm trunk/ports/debian/control.in
Log: Applying patch submitted in http://rt.perl.org/rt3/Ticket/Display.html?id=53600 eliminating config/auto/python.pm and associated test file. Modified: trunk/MANIFEST ============================================================================== --- trunk/MANIFEST (original) +++ trunk/MANIFEST Mon May 5 16:59:26 2008 @@ -1,7 +1,7 @@ # ex: set ro: # $Id$ # -# generated by tools/dev/mk_manifest_and_skip.pl Sun May 4 13:44:35 2008 UT +# generated by tools/dev/mk_manifest_and_skip.pl Mon May 5 23:32:49 2008 UT # # See tools/dev/install_files.pl for documentation on the # format of this file. @@ -275,7 +275,6 @@ config/auto/pcre/pcre.in [] config/auto/perldoc.pm [] config/auto/pmc.pm [] -config/auto/python.pm [] config/auto/readline.pm [] config/auto/readline/readline.in [] config/auto/revision.pm [] @@ -3514,7 +3513,6 @@ t/steps/auto_pmc-02.t [] t/steps/auto_pmc-03.t [] t/steps/auto_pmc-04.t [] -t/steps/auto_python-01.t [] t/steps/auto_readline-01.t [] t/steps/auto_readline-02.t [] t/steps/auto_revision-01.t [] Modified: trunk/MANIFEST.SKIP ============================================================================== --- trunk/MANIFEST.SKIP (original) +++ trunk/MANIFEST.SKIP Mon May 5 16:59:26 2008 @@ -1,6 +1,6 @@ # ex: set ro: # $Id$ -# generated by tools/dev/mk_manifest_and_skip.pl Sun May 4 13:44:35 2008 UT +# generated by tools/dev/mk_manifest_and_skip.pl Mon May 5 23:32:49 2008 UT # # This file should contain a transcript of the svn:ignore properties # of the directories in the Parrot subversion repository. (Needed for Modified: trunk/README_win32.pod ============================================================================== --- trunk/README_win32.pod (original) +++ trunk/README_win32.pod Mon May 5 16:59:26 2008 @@ -115,9 +115,6 @@ B<m4> - macro language processor L<http://gnuwin32.sourceforge.net/> -B<Python> - an interpreted, interactive, object-oriented programming language -L<http://www.python.org/> - B<SVN::Client> - Perl wrapper of Subversion client functions L<http://subversion.tigris.org/> (svn-win32-1.4.x_pl.zip) Modified: trunk/lib/Parrot/Configure/Step/List.pm ============================================================================== --- trunk/lib/Parrot/Configure/Step/List.pm (original) +++ trunk/lib/Parrot/Configure/Step/List.pm Mon May 5 16:59:26 2008 @@ -63,7 +63,6 @@ auto::gettext auto::snprintf auto::perldoc - auto::python auto::m4 auto::ctags auto::revision Modified: trunk/ports/debian/control.in ============================================================================== --- trunk/ports/debian/control.in (original) +++ trunk/ports/debian/control.in Mon May 5 16:59:26 2008 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Parrot Maintainers <[EMAIL PROTECTED]> Uploaders: Allison Randal <[EMAIL PROTECTED]>, Nuno Carvalho <[EMAIL PROTECTED]>, Patrick Michaud <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.0), perl, perl-doc, libgmp3-dev, libgdbm-dev, python, libicu-dev, libreadline-dev +Build-Depends: debhelper (>= 5.0.0), perl, perl-doc, libgmp3-dev, libgdbm-dev, libicu-dev, libreadline-dev Standards-Version: 3.7.2 Package: parrot
