~ubuntu-branches/ubuntu/maverick/padre/maverick

« back to all changes in this revision

Viewing changes to lib/Padre/DocBrowser/document.pm

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2009-10-29 17:40:10 UTC
  • mto: (10.1.1 sid) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20091029174010-v9ryrnscjm4gg0x2
Tags: upstream-0.48.ds2
ImportĀ upstreamĀ versionĀ 0.48.ds2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package Padre::DocBrowser::document;
2
2
 
 
3
use 5.008;
3
4
use strict;
4
5
use warnings;
5
6
use File::Basename qw(fileparse basename);
10
11
        'filename' => 'filename',
11
12
};
12
13
 
13
 
our $VERSION = '0.42';
 
14
our $VERSION = '0.48';
14
15
 
15
16
=pod
16
17