Breno G. de Oliveira

Results 42 comments of Breno G. de Oliveira

Hey @leonerd! Quick questions: * is the order returned from `$meta->slots` guaranteed to be the same? Is it the same as the order in which the declarations were made on...

@leonerd > you can't even know that a default exists. Would you need to know such, for Data::Printer? I think so, yeah. If you are debugging an instance, it's important...

@hakonhagland @jayallen YES! That's a very nice feature indeed. Sorry for not reviewing this before, I'll definitely look into reviewing and merging this right after the holidays. Thanks!

Hi! Thanks for using Data::Printer and for taking the time to post a feature request. I'm thinking about your suggestion and its implications. I've been reluctant to add pathfinding code...

@karenetheridge @bessarabov @book @oalders @hakonhagland and anyone else, please feel free to chip in!

I don't think p() should be called without arguments (which is why it complains about it without the 'use_prototypes => 0' in your .dataprinter), so I'd say it's a bug...

Alright, prototypes are hitting me hard here. According to [perlsub](http://perldoc.perl.org/perlsub.html#Prototypes), adding a "_" to the prototype list before the `;` should do the trick, but right now I'm only able...

Hi @ivanych! Sorry for not replying to this before, and many thanks for using Data::Printer and taking the time to write this patch and submit the PR. Also, WOW. I...

Hi @leonerd! Maybe I'm doing something wrong, but after installing your branch I am still seeing the same behavior: ``` tmp/perl5 [entersub-evaluation-order ▶ ./perl -v This is perl 5, version...

> That doesnt look right to me. Why does it say two versions there? I don't know. All I did was: ``` $ git clone https://github.com/leonerd/perl5.git $ cd perl5 $...