Merge branch 'blead' of ssh://perl5.git.perl.org/perl into blead
authorJesse Vincent <jesse@bestpractical.com>
Tue, 16 Aug 2011 07:53:53 +0000 (10:53 +0300)
committerJesse Vincent <jesse@bestpractical.com>
Tue, 16 Aug 2011 07:53:53 +0000 (10:53 +0300)
commit107813b01928a8dad7ac6980549e277a9d99f8cd
tree105d5fd637ff7cdfcfbf684ec20c5c335c580d1b
parenta101a7707032ceb93f21246e0d9644ed65b44b17
parent4dc304e02d3569a2fbb0907ff3c68656236a547e
Merge branch 'blead' of ssh://perl5.git.perl.org/perl into blead

* 'blead' of ssh://perl5.git.perl.org/perl:
  [perl #97076] Fix mad+threads bareword strict exemption
  perldelta update
  Two AUTHORS fixes
  Remove OPpENTERSUB_NOMOD from B::Concise
  Remove OPpENTERSUB_NOMOD.
  Propagate lvalue context only to children of list ops which are not in void context.
  Fix tabbing and trailing whitespace from commit f1d35e3443 and bump IO::Socket version.
  Use the exception set in select (connect()) to early return when remote end is busy or in non existing port
  generic perldelta entry for prototype changes
  &CORE::not and &CORE::getprotobynumber
  Give not and getprotobynumber listop prototypes
  Document and test $; prototype syntax
  Move checking of CV to GV assigned (OPpASSIGN_CV_TO_GV) from the peephole optimizer to scalarvoid