~ubuntu-branches/ubuntu/wily/libui-dialog-perl/wily

« back to all changes in this revision

Viewing changes to lib/UI/Dialog/Backend/XOSD.pm

  • Committer: Package Import Robot
  • Author(s): Alejandro Garrido Mota
  • Date: 2013-08-10 17:03:03 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130810170303-z23sxbboezqbjcas
Tags: 1.09-1
* New upstream release. 
* Add watch file.
* d/control:
  - Update Standards-Version to 3.9.4
  - Add Vcs-Git and Vcs-Browser.  
* Add source-format 3.0.
* d/copyright:
  - Update to copyright-format 1.0.
  - Push copyright years.
* Update d/rules to dh.
* Remove docs file.
* Add d/libui-dialog-perl.examples file
* Add FixPod2manErrors.diff and FixSpellingAndManDescription.diff patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package UI::Dialog::Backend::XOSD;
2
2
###############################################################################
3
 
#  Copyright (C) 2004  Kevin C. Krinke <kckrinke@opendoorsoftware.com>
 
3
#  Copyright (C) 2013  Kevin C. Krinke <kevin@krinke.ca>
4
4
#
5
5
#  This library is free software; you can redistribute it and/or
6
6
#  modify it under the terms of the GNU Lesser General Public
35
35
BEGIN {
36
36
    use vars qw( $VERSION @ISA );
37
37
    @ISA = qw( UI::Dialog::Backend );
38
 
    $VERSION = '1.08';
 
38
    $VERSION = '1.09';
39
39
}
40
40
 
41
41
sub new {