~ubuntu-branches/ubuntu/utopic/padre/utopic

« back to all changes in this revision

Viewing changes to lib/Padre/Wx/Dialog/OpenURL.pm

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont
  • Date: 2012-05-12 12:40:00 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20120512124000-lpfuc4ny1eo3ecvx
Tags: 0.96+dfsg1-1
* new upstream version
* control: 
   * updated dependencies versions
   - removed  libformat-human-bytes-perl
   * cleanup unneeded version dependencies 
   - removed provides on padre-plugin-api-2. The only remaining packages
     depending on this meta package are already incompatible with new 
     padre  (and broken upstream)
   * no need to depend on libtest-warn-perl 0.24, 0.23 is enough
* patches:
   - removed hack-missing-context-menu (obsolete)
   + Skip upstream test that broke with new DBI. See patch header 
     for more details
   + fix spellings reported by lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
use Padre::Wx             ();
7
7
use Padre::Wx::Role::Main ();
8
8
 
9
 
our $VERSION = '0.94';
 
9
our $VERSION = '0.96';
10
10
our @ISA     = qw{
11
11
        Padre::Wx::Role::Main
12
12
        Wx::Dialog