~ubuntu-branches/ubuntu/precise/padre/precise

« back to all changes in this revision

Viewing changes to lib/Padre/Task/LaunchDefaultBrowser.pm

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2010-05-08 09:17:22 UTC
  • mfrom: (1.2.1 upstream) (10.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100508091722-y6008jtk0ap6znyn
Tags: 0.60.ds1-3
rules: run tests with HOME=$fake_home to avoud failing when $HOME points
to a non-existent location. Closes: #579289

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
use Padre::Task ();
12
12
use Padre::Wx   ();
13
13
 
14
 
our $VERSION = '0.50';
 
14
our $VERSION = '0.60';
15
15
our @ISA     = 'Padre::Task';
16
16
 
17
17
sub run {
21
21
 
22
22
1;
23
23
 
24
 
# Copyright 2008-2009 The Padre development team as listed in Padre.pm.
 
24
# Copyright 2008-2010 The Padre development team as listed in Padre.pm.
25
25
# LICENSE
26
26
# This program is free software; you can redistribute it and/or
27
27
# modify it under the same terms as Perl 5 itself.