For your consideration, Kevin Ryde's Perl::Critic::Pulp generates some warnings 
on the Padre 1.00 source that look interesting.

Hashes with keys duplicated where the values are different:

lib/Padre/MIME.pm: Duplicate hash key "asc" at line 134, column 2.
lib/Padre/Browser/Document.pm: Duplicate hash key "pod" at line 89, column 2.

What looks like attempting to get the current package name via __PACKAGE__, but 
is actually just the string "__PACKAGE__":

lib/Padre/Wx/Directory.pm: __PACKAGE__ is the literal string '__PACKAGE__' on 
the left of a => at line 444, column 5.
lib/Padre/Wx/Directory.pm: __PACKAGE__ is the literal string '__PACKAGE__' on 
the left of a => at line 476, column 5.

Hash with duplicated key where the values are the same:

lib/Padre/MIME.pm: Duplicate hash key "pod" at line 102, column 2.

Mike
_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to