~ubuntu-branches/ubuntu/oneiric/perl-tk/oneiric

« back to all changes in this revision

Viewing changes to ptked

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Zander
  • Date: 2002-03-20 00:50:05 UTC
  • Revision ID: james.westby@ubuntu.com-20020320005005-ghg9u0mz48rg79ck
Tags: 1:800.024-1
* New upstream version:
*       allows ballons to be associated with menu entries,
Closes: #34786
*       fixes Tk::Compound man page,
Closes: #109335
*       includes <time.h> in pTk/mTk/generic/tkCanvPs.c to prevent segfaults in
        64bit systems,
Closes: #126129
*       no longer ignores the -initialdir parameter in getOpenFile
Closes: #132762

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/local/bin/perl -w
 
1
#!/usr/bin/perl -w
2
2
use strict;
3
3
use IO;
4
4
use Socket;