فهرست منبع

Preliminary Dist::Zilla work

Tom Hukins 13 سال پیش
والد
کامیت
98de073134
4فایلهای تغییر یافته به همراه42 افزوده شده و 96 حذف شده
  1. 0 55
      MANIFEST
  2. 0 13
      MANIFEST.SKIP
  3. 0 28
      Makefile.PL
  4. 42 0
      dist.ini

+ 0 - 55
MANIFEST

@@ -1,55 +0,0 @@
-Changes
-MANIFEST
-Makefile.PL
-META.yml
-README
-lib/Selenium/Remote/Driver.pm
-lib/Selenium/Remote/WebElement.pm
-lib/Selenium/Remote/RemoteConnection.pm
-lib/Selenium/Remote/ErrorHandler.pm
-lib/Selenium/Remote/Commands.pm
-lib/Selenium/Remote/WDKeys.pm
-t/00-load.t
-t/01-driver.t
-t/02-webelement.t
-t/03-spec-coverage.t
-t/04-commands-implemented.t
-t/mock-recordings/01-driver-mock-darwin.json
-t/mock-recordings/02-webelement-mock-darwin.json
-t/mock-recordings/01-driver-mock-MSWin32.json
-t/mock-recordings/02-webelement-mock-MSWin32.json
-t/mock-recordings/01-driver-mock-linux.json
-t/mock-recordings/02-webelement-mock-linux.json
-t/http-server.pl
-t/lib/MockSeleniumWebDriver.pm
-inc/Module/AutoInstall.pm
-inc/Module/Install/AutoInstall.pm
-inc/Module/Install/Base.pm
-inc/Module/Install/Can.pm
-inc/Module/Install/Fetch.pm
-inc/Module/Install/Include.pm
-inc/Module/Install/Makefile.pm
-inc/Module/Install/Metadata.pm
-inc/Module/Install/Win32.pm
-inc/Module/Install/WriteAll.pm
-inc/Module/Install.pm
-driver-example.pl
-ide-plugin.js
-MANIFEST.SKIP
-t/manifest.t
-t/pod.t
-t/www/404.html
-t/www/alerts.html
-t/www/cookies.html
-t/www/dragAndDropTest.html
-t/www/formPage.html
-t/www/frameset.html
-t/www/icon.gif
-t/www/iframes.html
-t/www/index.html
-t/www/javascriptPage.html
-t/www/jquery-1.3.2.js
-t/www/nestedElements.html
-t/www/popup.html
-t/www/xhtmlTest.html
-t/www/metakeys.html

+ 0 - 13
MANIFEST.SKIP

@@ -1,13 +0,0 @@
-.git.*
-blib.*
-Makefile
-Makefile.old
-Build
-Build.bat
-_build.*
-pm_to_blib.*
-.*.tar.gz
-.lwpcookies
-cover_db
-pod2htm.*.tmp
-Selenium-Remote-Driver-.*

+ 0 - 28
Makefile.PL

@@ -1,28 +0,0 @@
-use inc::Module::Install;
-
-name     'Selenium-Remote-Driver';
-all_from 'lib/Selenium/Remote/Driver.pm';
-author   q{"Aditya Ivaturi" <"ivaturi@gmail.com">};
-license  'apache';
-
-build_requires 'LWP::Protocol::PSGI';
-build_requires 'Test::More';
-requires 'LWP::UserAgent';
-requires 'HTTP::Headers';
-requires 'HTTP::Request';
-requires 'Carp';
-test_requires 'Carp' => '1.25';
-requires 'JSON';
-requires 'Net::Ping';
-
-resources 'bugtracker' => 'https://github.com/aivaturi/Selenium-Remote-Driver/issues';
-resources 'repository' => {
-    type => 'git',
-    url => 'git://github.com/aivaturi/Selenium-Remote-Driver.git',
-    web => 'https://github.com/aivaturi/Selenium-Remote-Driver',
-};
-
-auto_install;
-
-WriteAll;
-

+ 42 - 0
dist.ini

@@ -0,0 +1,42 @@
+name = Selenium-Remote-Driver
+version = 0.15
+author = Aditya Ivaturi <ivaturi@gmail.com>
+license = Apache_2_0
+
+copyright_holder = Aditya Ivaturi
+
+[@Git]
+[GatherDir]
+[MakeMaker]
+[ManifestSkip]
+[Manifest]
+[MetaJSON]
+[MetaYAML]
+;[PkgVersion]
+[PruneCruft]
+[PodCoverageTests]
+[PodSyntaxTests]
+;[PodVersion]
+
+[TestRelease]
+
+[Prereqs / BuildRequires]
+LWP::Protocol::PSGI = 0
+Test::More = 0
+
+[Prereqs / RuntimeRequires]
+Carp = 0
+HTTP::Headers = 0
+HTTP::Request = 0
+JSON = 0
+LWP::UserAgent = 0
+Net::Ping = 0
+
+[Prereqs / TestRequires]
+Carp = 1.25
+
+[MetaResources]
+bugtracker.web = https://github.com/aivaturi/Selenium-Remote-Driver/issues
+repository.type = git
+repository.url = git://github.com/aivaturi/Selenium-Remote-Driver.git
+repository.web = https://github.com/aivaturi/Selenium-Remote-Driver