semifor / Net-Twitter

A Perl interface to the Twitter APIs
83 stars 37 forks source link

Net::Twitter will be broken some time after Moose-2.1100 #35

Closed kentfredric closed 10 years ago

kentfredric commented 11 years ago
  1. load_class and is_class_loaded are deprecated https://metacpan.org/pod/release/ETHER/Moose-2.1102-TRIAL/lib/Moose/Manual/Delta.pod#The-Class::Load-wrapper-functions-in-Class::MOP-have-been-deprecated
  2. Presently, MooseX::Aliases is broken on Moose-2.11000 ( https://github.com/doy/moosex-aliases/issues/5 ), so users who use Net::Twitter on >=Moose-2.1100 will need a newer version of that.
karenetheridge commented 10 years ago

you could also roll back to Moose-2.1005 - the changes aren't in a stable release yet.

kentfredric commented 10 years ago

MooseX::Aliases itself should also be mostly fixed since 2.1106 , because the feature it depends on, _inline_throw_error has been re-added to the most recent Moose.

Though the load_class thing is still the case.

I believe _inline_throw_error will still need to go away one day, but its life has been extended.