Skip to content

Commit

Permalink
increased $VERSION
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.perl.org/modules/Tk/trunk@9060 50811bd7-b8ce-0310-adc1-d9db26280581

r1712@biokovo:  eserte | 2007-02-10 13:28:35 +0100
  • Loading branch information
eserte committed May 29, 2010
1 parent 03ca2ed commit 81d27cd
Show file tree
Hide file tree
Showing 31 changed files with 32 additions and 36 deletions.
2 changes: 1 addition & 1 deletion Event/Event.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Tk::Event;
use vars qw($VERSION $XS_VERSION @EXPORT_OK);
END { CleanupGlue() }
$VERSION = sprintf '4.%03d', q$Revision: #15 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.016'; # was: sprintf '4.%03d', q$Revision: #15 $ =~ /\D(\d+)\s*$/;
$XS_VERSION = '804.027_001';
$XS_VERSION = eval $XS_VERSION;
use base qw(Exporter);
Expand Down
2 changes: 1 addition & 1 deletion JPEG/JPEG.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Tk::JPEG;
require DynaLoader;

use vars qw($VERSION);
$VERSION = sprintf '4.%03d', q$Revision: #2$ =~ /\D(\d+)\s*$/;
$VERSION = '4.003'; # was: sprintf '4.%03d', q$Revision: #2$ =~ /\D(\d+)\s*$/;
use Tk 800.015;
require Tk::Image;
require Tk::Photo;
Expand Down
2 changes: 1 addition & 1 deletion Menubutton/Menubutton.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package Tk::Menubutton;
require Tk;

use vars qw($VERSION);
$VERSION = '4.004'; # $Id: //depot/Tkutf8/Menubutton/Menubutton.pm#4 $
$VERSION = '4.005'; # $Id: //depot/Tkutf8/Menubutton/Menubutton.pm#4 $

use base qw(Tk::Widget);

Expand Down
2 changes: 1 addition & 1 deletion PNG/PNG.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Tk::PNG;
require DynaLoader;

use vars qw($VERSION);
$VERSION = sprintf '4.%03d', q$Revision: #3 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.004'; # was: sprintf '4.%03d', q$Revision: #3 $ =~ /\D(\d+)\s*$/;

use Tk 800.005;
require Tk::Image;
Expand Down
2 changes: 1 addition & 1 deletion TextList/Reindex.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Tk::Reindex;


use vars qw($VERSION);
$VERSION = '4.004'; # $Id: //depot/Tkutf8/TextList/Reindex.pm#4 $
$VERSION = '4.005'; # $Id: //depot/Tkutf8/TextList/Reindex.pm#4 $

use Tk;
use base qw(Tk::Derived);
Expand Down
6 changes: 1 addition & 5 deletions TextList/TextList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,12 @@ package Tk::TextList;

use strict;
use vars qw($VERSION);
$VERSION = '4.005'; # $Id: //depot/Tkutf8/TextList/TextList.pm#5 $

#XXXdel: use Tk::Reindex qw(Tk::ROText); #XXXdel: ReindexedROText);
$VERSION = '4.006'; # $Id: //depot/Tkutf8/TextList/TextList.pm#5 $

use base qw(Tk::Derived Tk::ReindexedROText );

use Tk qw (Ev);

#XXX del: use base qw(Tk::ReindexedROText);

Construct Tk::Widget 'TextList';

#######################################################################
Expand Down
2 changes: 1 addition & 1 deletion Tixish/Balloon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package Tk::Balloon;

use vars qw($VERSION);
$VERSION = sprintf '4.%03d', q$Revision: #10 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.011'; # was: sprintf '4.%03d', q$Revision: #10 $ =~ /\D(\d+)\s*$/;

use Tk qw(Ev Exists);
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion Tixish/BrowseEntry.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
package Tk::BrowseEntry;

use vars qw($VERSION);
$VERSION = sprintf '4.%03d', q$Revision: #13 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.014'; # was: sprintf '4.%03d', q$Revision: #13 $ =~ /\D(\d+)\s*$/;

use Tk qw(Ev);
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion Tixish/DialogBox.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use strict;
use Carp;

use vars qw($VERSION);
$VERSION = sprintf '4.%03d', q$Revision: #13 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.014'; # was: sprintf '4.%03d', q$Revision: #13 $ =~ /\D(\d+)\s*$/;

use base qw(Tk::Toplevel);

Expand Down
2 changes: 1 addition & 1 deletion Tixish/Tree.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package Tk::Tree;
# Chris Dean <ctdean@cogit.com>

use vars qw($VERSION);
$VERSION = '4.005'; # $Id: //depot/Tkutf8/Tixish/Tree.pm#5 $
$VERSION = '4.006'; # $Id: //depot/Tkutf8/Tixish/Tree.pm#5 $

use Tk ();
use Tk::Derived;
Expand Down
2 changes: 1 addition & 1 deletion Tk/Adjuster.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Tk::Adjuster;

use vars qw($VERSION);
$VERSION = '4.007'; # $Id: //depot/Tkutf8/Tk/Adjuster.pm#7 $
$VERSION = '4.008'; # $Id: //depot/Tkutf8/Tk/Adjuster.pm#7 $

use base qw(Tk::Frame);

Expand Down
2 changes: 1 addition & 1 deletion Tk/Animation.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Tk::Animation;

use vars qw($VERSION);
$VERSION = '4.006'; # $Id: //depot/Tkutf8/Tk/Animation.pm#8 $
$VERSION = '4.007'; # $Id: //depot/Tkutf8/Tk/Animation.pm#8 $

use Tk::Photo;
use base qw(Tk::Photo);
Expand Down
2 changes: 1 addition & 1 deletion Tk/Button.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package Tk::Button;
# This program is free software; you can redistribute it and/or

use vars qw($VERSION);
$VERSION = '4.008'; # $Id: //depot/Tkutf8/Tk/Button.pm#8 $
$VERSION = '4.009'; # $Id: //depot/Tkutf8/Tk/Button.pm#8 $

# modify it under the same terms as Perl itself, subject
# to additional disclaimer in license.terms due to partial
Expand Down
2 changes: 1 addition & 1 deletion Tk/CmdLine.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package Tk::CmdLine; # -*-Perl-*-
#/----------------------------------------------------------------------------//

use vars qw($VERSION);
$VERSION = '4.006'; # $Id: //depot/Tkutf8/Tk/CmdLine.pm#6 $
$VERSION = '4.007'; # $Id: //depot/Tkutf8/Tk/CmdLine.pm#6 $

use 5.004;

Expand Down
4 changes: 2 additions & 2 deletions Tk/ColorEditor.pm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package Tk::ColorSelect;
package Tk::ColorSelect; # XXX why is this the Tk::ColorSelect package?
use strict;

use vars qw($VERSION);
$VERSION = sprintf '4.%03d', q$Revision: #8 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.009'; # was: sprintf '4.%03d', q$Revision: #8 $ =~ /\D(\d+)\s*$/;

use Tk qw(Ev);

Expand Down
2 changes: 1 addition & 1 deletion Tk/Dialog.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Tk::Dialog;

use vars qw($VERSION);
$VERSION = '4.004'; # $Id: //depot/Tkutf8/Tk/Dialog.pm#4 $
$VERSION = '4.005'; # $Id: //depot/Tkutf8/Tk/Dialog.pm#4 $

# Dialog - a translation of `tk_dialog' from Tcl/Tk to TkPerl (based on
# John Stoffel's idea).
Expand Down
2 changes: 1 addition & 1 deletion Tk/FileSelect.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Tk::FileSelect;

use vars qw($VERSION @EXPORT_OK);
$VERSION = sprintf '4.%03d', q$Revision: #15 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.016'; # was: sprintf '4.%03d', q$Revision: #15 $ =~ /\D(\d+)\s*$/;
@EXPORT_OK = qw(glob_to_re);

use Tk qw(Ev);
Expand Down
2 changes: 1 addition & 1 deletion Tk/MMutil.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Carp;
use File::Basename;

use vars qw($VERSION);
$VERSION = sprintf '4.%03d', q$Revision: #21 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.022'; # was: sprintf '4.%03d', q$Revision: #21 $ =~ /\D(\d+)\s*$/;

# warn __FILE__." $VERSION\n";

Expand Down
2 changes: 1 addition & 1 deletion Tk/MainWindow.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BEGIN { @MainWindow::ISA = 'Tk::MainWindow' }
use strict;

use vars qw($VERSION);
$VERSION = sprintf '4.%03d', q$Revision: #12 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.013'; # was: sprintf '4.%03d', q$Revision: #12 $ =~ /\D(\d+)\s*$/;

use Tk::CmdLine;
use Tk qw(catch);
Expand Down
2 changes: 1 addition & 1 deletion Tk/Menu.pm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require Tk::Menu::Item;


use vars qw($VERSION);
$VERSION = sprintf '4.%03d', q$Revision: #21 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.022'; # was: sprintf '4.%03d', q$Revision: #21 $ =~ /\D(\d+)\s*$/;

use strict;

Expand Down
2 changes: 1 addition & 1 deletion Tk/Menu/Item.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Carp;
use strict;

use vars qw($VERSION);
$VERSION = '4.004'; # $Id: //depot/Tkutf8/Tk/Menu/Item.pm#4 $
$VERSION = '4.005'; # $Id: //depot/Tkutf8/Tk/Menu/Item.pm#4 $

sub PreInit
{
Expand Down
2 changes: 1 addition & 1 deletion Tk/Optionmenu.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require Tk::Menu;
use Carp;

use vars qw($VERSION);
$VERSION = '4.013'; # $Id: //depot/Tkutf8/Tk/Optionmenu.pm#13 $
$VERSION = '4.014'; # $Id: //depot/Tkutf8/Tk/Optionmenu.pm#13 $

use base qw(Tk::Derived Tk::Menubutton);

Expand Down
2 changes: 1 addition & 1 deletion Tk/ProgressBar.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Tk::ProgressBar;

use vars qw($VERSION);
$VERSION = sprintf '4.%03d', q$Revision: #10 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.011'; # was: sprintf '4.%03d', q$Revision: #10 $ =~ /\D(\d+)\s*$/;

use Tk;
use Tk::Canvas;
Expand Down
2 changes: 1 addition & 1 deletion Tk/Submethods.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Tk::Submethods;

use vars qw($VERSION);
$VERSION = '4.004'; # $Id: //depot/Tkutf8/Tk/Submethods.pm#4 $
$VERSION = '4.005'; # $Id: //depot/Tkutf8/Tk/Submethods.pm#4 $

sub import
{
Expand Down
2 changes: 1 addition & 1 deletion Tk/Table.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package Tk::Table;
use strict;

use vars qw($VERSION);
$VERSION = sprintf '4.%03d', q$Revision: #12 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.013'; # was: sprintf '4.%03d', q$Revision: #12 $ =~ /\D(\d+)\s*$/;

use Tk::Pretty;
use AutoLoader;
Expand Down
2 changes: 1 addition & 1 deletion Tk/Trace.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Tk::Trace;

use vars qw($VERSION);
$VERSION = sprintf '4.%03d', q$Revision: #7 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.008'; # was: sprintf '4.%03d', q$Revision: #7 $ =~ /\D(\d+)\s*$/;

use Carp;
use Tie::Watch;
Expand Down
2 changes: 1 addition & 1 deletion Tk/Widget.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# modify it under the same terms as Perl itself.
package Tk::Widget;
use vars qw($VERSION @DefaultMenuLabels);
$VERSION = sprintf '4.%03d', q$Revision: #30 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.031'; # was: sprintf '4.%03d', q$Revision: #30 $ =~ /\D(\d+)\s*$/;

require Tk;
use AutoLoader;
Expand Down
2 changes: 1 addition & 1 deletion Tk/Wm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use strict qw(vars);


use vars qw($VERSION);
$VERSION = sprintf '4.%03d', q$Revision: #14 $ =~ /\D(\d+)\s*$/;
$VERSION = '4.015'; # was: sprintf '4.%03d', q$Revision: #14 $ =~ /\D(\d+)\s*$/;

use Tk::Submethods;

Expand Down
2 changes: 1 addition & 1 deletion Tk/Xrm.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Tk::Xrm;

use vars qw($VERSION);
$VERSION = '4.004'; # $Id: //depot/Tkutf8/Tk/Xrm.pm#4 $
$VERSION = '4.005'; # $Id: //depot/Tkutf8/Tk/Xrm.pm#4 $

use Tk ();
1;
Expand Down
2 changes: 1 addition & 1 deletion Tk/widgets.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Tk::widgets;
use Carp;

use vars qw($VERSION);
$VERSION = '4.004'; # $Id: //depot/Tkutf8/Tk/widgets.pm#4 $
$VERSION = '4.005'; # $Id: //depot/Tkutf8/Tk/widgets.pm#4 $

sub import
{
Expand Down
2 changes: 1 addition & 1 deletion Xlib/X/X.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Tk::X;
use strict;
use Carp;
use vars qw($VERSION @EXPORT $AUTOLOAD);
$VERSION = '4.004'; # $Id: //depot/Tkutf8/Xlib/X/X.pm#4 $
$VERSION = '4.005'; # $Id: //depot/Tkutf8/Xlib/X/X.pm#4 $
use Tk qw($XS_VERSION);

require Exporter;
Expand Down

0 comments on commit 81d27cd

Please sign in to comment.