Skip to content

Commit 5cd8ace

Browse files
author
Matt Phillips
committed
More changes for supporting distzilla
1 parent 3fa9b87 commit 5cd8ace

File tree

5 files changed

+2
-70
lines changed

5 files changed

+2
-70
lines changed

MANIFEST

Lines changed: 0 additions & 39 deletions
This file was deleted.

Makefile.PL

Lines changed: 0 additions & 26 deletions
This file was deleted.

dist.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name = Test-WWW-Selenium
2-
author = Perl driver maintained by: Luke Closs <[email protected]>, Matt Phillips <[email protected]>
2+
author = Perl driver maintained by: Matt Phillips <[email protected]>
33
author = Selenium Remote Control maintained by Dan Fabulich <[email protected]>
44
abstract = Perl Client for the Selenium Remote Control test tool
55
copyright_holder = 2006 ThoughtWorks, Inc
66

77
; version provider
88
[Git::NextVersion] ; get version from last release tag
99
version_regexp = ^(.+)$
10+
first_version = 1.25
1011

1112
; choose files to include
1213
[GatherDir] ; everything under top dir

lib/Test/WWW/Selenium.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ use strict;
44
use base qw(WWW::Selenium);
55
use Carp qw(croak);
66

7-
our $VERSION = '1.25';
8-
97
=head1 NAME
108
119
Test::WWW::Selenium - Test applications using Selenium Remote Control

lib/WWW/Selenium.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ use Time::HiRes qw(sleep);
2525
use strict;
2626
use warnings;
2727

28-
our $VERSION = '1.25';
29-
3028
=head1 NAME
3129
3230
WWW::Selenium - Perl Client for the Selenium Remote Control test tool

0 commit comments

Comments
 (0)