[DBIx-Class-Devel] [dbsrgits/dbix-class] Get rid of Package::Stash \o/ (b090048)

Peter Rabbitson notifications at github.com
Sat Jul 16 12:06:34 GMT 2016


@haarg actually it can even fail inexplicably on 5.8.9:
```
perl -T -MMRO::Compat -e '
  {
    package Foo;
    use mro "c3";
    sub bar { shift->maybe::next::method }
  }

  my $class = "Foo" . substr($ENV{PATH},0,0);
  $class->isa("Baz");
  $class->bar
'
next::method/next::can/maybe::next::method cannot find enclosing method at /home/rabbit/perl5/perlbrew/perls/5.8.9/lib/site_perl/5.8.9/x86_64-linux-thread-multi/Class/C3/XS.pm line 66.
```

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dbsrgits/dbix-class/commit/b090048f6d8bd2cba0bae8ea7ec26459dd20dca8#commitcomment-18271022
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scsys.co.uk/pipermail/dbix-class-devel/attachments/20160716/3069f1d2/attachment.htm>


More information about the DBIx-Class-Devel mailing list