~ubuntu-branches/ubuntu/saucy/padre/saucy

« back to all changes in this revision

Viewing changes to lib/Padre/Wx/Debugger.pm

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2010-06-05 00:13:45 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100605001345-1lrppvfwnqf67v9g
Tags: 0.63.ds1-1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
use strict;
5
5
use warnings;
6
6
 
7
 
our $VERSION = '0.61';
 
7
our $VERSION = '0.63';
8
8
 
9
9
use Padre::Wx ();
10
10
use Padre::Logger;