~ubuntu-branches/ubuntu/natty/perl-tk/natty

« back to all changes in this revision

Viewing changes to Tk/Image.pm

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Zander
  • Date: 2004-03-14 13:54:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040314135444-prc09u2or4dbr3to
Tags: 1:800.025-2
Add xlibs-dev to Build-Depends:,
Closes: #237942

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (c) 1995-1999 Nick Ing-Simmons. All rights reserved.
 
1
# Copyright (c) 1995-2003 Nick Ing-Simmons. All rights reserved.
2
2
# This program is free software; you can redistribute it and/or
3
3
# modify it under the same terms as Perl itself.
4
4
package Tk::Image;
10
10
use base qw(DynaLoader Tk); # but are they ?
11
11
 
12
12
use vars qw($VERSION);
13
 
$VERSION = '3.014'; # $Id: //depot/Tk8/Tk/Image.pm#14 $
 
13
$VERSION = '3.016'; # $Id: //depot/Tk8/Tk/Image.pm#16 $
14
14
 
15
15
sub new
16
16
{