~ubuntu-branches/ubuntu/warty/perl-tk/warty

« back to all changes in this revision

Viewing changes to Tk/Derived.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::Derived;
8
8
use Carp;
9
9
 
10
10
use vars qw($VERSION);
11
 
$VERSION = '3.046'; # $Id: //depot/Tk8/Tk/Derived.pm#46 $
 
11
$VERSION = '3.048'; # $Id: //depot/Tk8/Tk/Derived.pm#48 $
12
12
 
13
13
$Tk::Derived::Debug = 0;
14
14