Retract #11220, the problem wasn't the missing leading zero.
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 8 Jul 2001 17:13:38 +0000 (17:13 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 8 Jul 2001 17:13:38 +0000 (17:13 +0000)
commit32504223a3e645a1684c9b78ba7b5b5d89721206
tree1335ca3f1cbd363bfd41d9a99f7cc1075b3049b2
parent1210077128e9529cf778f3ccf4e81707b1bb85d6
Retract #11220, the problem wasn't the missing leading zero.
Here's the problem:
$ ./perl -we 'chmod(oct("755"), ".")'
Non-octal literal mode (493) specified at -e line 1.
        (Did you mean 0493 instead?)

p4raw-id: //depot/perl@11221
lib/ExtUtils/MM_Unix.pm