~ubuntu-branches/ubuntu/feisty/perl-tk/feisty

« back to all changes in this revision

Viewing changes to Tk/ItemStyle.pm

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2006-10-01 15:14:26 UTC
  • mfrom: (3.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20061001151426-8od1x69hl9a29h04
Tags: 1:804.027-7
* Urgency high due to RC bug:
  + debian/rules: Use $(CURDIR) rather than $(PWD) in prefix so files 
    are installed correctly on architectures using sudo rather than 
    fakeroot.   (Thanks to Niko Tyni. Closes: #390382)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package Tk::ItemStyle;
2
2
 
3
3
use vars qw($VERSION);
4
 
$VERSION = '3.006'; # $Id: //depot/Tk8/Tk/ItemStyle.pm#6 $
 
4
$VERSION = '4.004'; # $Id: //depot/Tkutf8/Tk/ItemStyle.pm#4 $
5
5
 
6
6
require Tk;
7
7
use base  qw(Tk);