]> git.vpit.fr Git - perl/modules/Sub-Nary.git/commitdiff
We stole from B::Deparse, not Sub::Deparse
authorVincent Pit <vince@profvince.com>
Mon, 4 Aug 2008 21:11:07 +0000 (23:11 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 4 Aug 2008 21:11:07 +0000 (23:11 +0200)
lib/Sub/Nary.pm

index f408f8c50ff5fdd31d42ab622e401c8a8b4cf329..3a0b00097b305393648f75290be32933e4d13f78 100644 (file)
@@ -304,7 +304,7 @@ sub expect_any {
  return $self->expect_list($op);
 }
 
-# Stolen from Sub::Deparse
+# Stolen from B::Deparse
 
 sub padval { $_[0]->{cv}->[0]->PADLIST->ARRAYelt(1)->ARRAYelt($_[1]) }