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

« back to all changes in this revision

Viewing changes to Tk/Clipboard.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::Clipboard;
5
5
use strict;
6
6
 
7
7
use vars qw($VERSION);
8
 
$VERSION = '3.016'; # $Id: //depot/Tk8/Tk/Clipboard.pm#16 $
 
8
$VERSION = '3.018'; # $Id: //depot/Tk8/Tk/Clipboard.pm#18 $
9
9
 
10
10
use AutoLoader qw(AUTOLOAD);
11
11
use Tk qw(catch);