NAME

Padre::Plugin::FormBuilder::Perl - wxFormBuilder to Padre dialog code generator

SYNOPSIS

  my $generator = Padre::Plugin::FormBuilder::Perl->new(
      dialog => $fbp_object->dialog('MyDialog')
  );

DESCRIPTION

This is a Padre-specific variant of FBP::Perl.

It overloads various methods to make things work in a more Padre-specific way.

SUPPORT

Bugs should be reported via the CPAN bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-FormBuilder

For other issues, or commercial enhancement or support, contact the author.

AUTHOR

Adam Kennedy <adamk@cpan.org>

SEE ALSO

Padre

COPYRIGHT

Copyright 2010 - 2012 Adam Kennedy.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.