Alien-Selenium
view release on metacpan or search on metacpan
=head2 selenium_url()
Returns the URL that we should attempt to fetch the Selenium tarball
from.
=cut
sub selenium_url {
my ($self) = @_;
if ($self->option_value("selenium_version") lt '0.7') {
return 'http://gforge.public.thoughtworks.org/download.php/51/'
. $self->selenium_archive;
} else {
return sprintf('http://release.openqa.org/selenium-core/%s/%s',
$self->option_value("selenium_version"),
$self->selenium_archive);
}
}
=head2 selenium_directory()
0.03 Sat Jan 14 2006
- Fix installation using CPANPLUS.
- Do not try to fetch Selenium when using the bundled one.
0.02 Mon Jan 9 2006
- Bundles a stripped version of Selenium 0.6.0.
(suggested by Luke Closs)
0.01 Tue Nov 1 2005
- First public version. Installs Selenium 0.6.0.
inc/File/Spec/Unix.pm view on Meta::CPAN
}
=back
=head1 SEE ALSO
L<File::Spec>
=cut
# Internal routine to File::Spec, no point in making this public since
# it is the standard Cwd interface. Most of the platform-specific
# File::Spec subclasses use this.
sub _cwd {
require Cwd;
Cwd::cwd();
}
1;
( run in 0.518 second using v1.01-cache-2.11-cpan-64827b87656 )