Skip to content

Commit

Permalink
r2371@k75: k | 2007-05-05 08:26:47 +0200
Browse files Browse the repository at this point in the history
 there were still recursive calls to CPANPLUS in URI::Fetch on April 27


git-svn-id: https://pause.perl.org:5460/svn/cpanpm/trunk@1810 81f69c26-07c4-0310-b1c3-f486c8728884
  • Loading branch information
andk committed May 5, 2007
1 parent e192f4c commit 78109b7
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
26 changes: 26 additions & 0 deletions Todo
@@ -1,3 +1,29 @@
2007-05-05 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>

* JSON 1.12 needed a binary search and it ended with

----Program----
eval q{use JSON 1.12};
print $@ ? "N/A" : "OK";
print "\n";

----Output of .../pB7ZOd0/perl-5.8.0@27263/bin/perl----
OK

----EOF ($?='0')----
----Output of .../pWOlwj4/perl-5.8.0@27264/bin/perl----
N/A

----EOF ($?='0')----

Change 27264 by nicholas@nicholas-saigo on 2006/02/21 19:04:39

Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
and might also help on other architectures (eg with 8 contiguous bits,
the SvOK() test on ARM won't need an intermediate constant).


2007-05-04 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de> 2007-05-04 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>


* Gtk2 has the dependency Extutils::Depends as I discovered today and * Gtk2 has the dependency Extutils::Depends as I discovered today and
Expand Down
7 changes: 7 additions & 0 deletions distroprefs/BTROTT.Feed-Find.yml
Expand Up @@ -7,3 +7,10 @@ pl:
- "y\n" - "y\n"
- "Auto-install" - "Auto-install"
- "y\n" - "y\n"
env:
PERL_EXTUTILS_AUTOINSTALL: --skip
PERL_AUTOINSTALL: --skip
make:
env:
PERL_EXTUTILS_AUTOINSTALL: --skip
PERL_AUTOINSTALL: --skip
7 changes: 7 additions & 0 deletions distroprefs/BTROTT.URI-Fetch.yml
Expand Up @@ -2,6 +2,9 @@
match: match:
distribution: "^BTROTT/URI-Fetch-\d" distribution: "^BTROTT/URI-Fetch-\d"
pl: pl:
env:
PERL_AUTOINSTALL: --skip
PERL_EXTUTILS_AUTOINSTALL: --skip
expect: expect:
- "Auto-install" - "Auto-install"
- "y\n" - "y\n"
Expand All @@ -13,3 +16,7 @@ pl:
- "y\n" - "y\n"
- "Auto-install" - "Auto-install"
- "y\n" - "y\n"
make:
env:
PERL_AUTOINSTALL: --skip
PERL_EXTUTILS_AUTOINSTALL: --skip
2 changes: 1 addition & 1 deletion distroprefs/BTROTT.XML-FOAF.yml
Expand Up @@ -15,6 +15,6 @@ pl:
make: make:
env: env:
PERL_EXTUTILS_AUTOINSTALL: --skip PERL_EXTUTILS_AUTOINSTALL: --skip
PERL_AUTOINSTALL: --skip PERL_AUTOINSTALL: --skip
patches: patches:
- "ANDK/patches/XML-FOAF-0.03-ANDK-01.patch.gz" - "ANDK/patches/XML-FOAF-0.03-ANDK-01.patch.gz"

0 comments on commit 78109b7

Please sign in to comment.