소스 검색

Add abstracts to new libraries to apepase Dist Zilla

Daniel Gempesaw 10 년 전
부모
커밋
bbf90e57d0
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/Selenium/CanStartBinary/FindBinary.pm
  2. 1 0
      lib/Selenium/CanStartBinary/ProbePort.pm

+ 1 - 0
lib/Selenium/CanStartBinary/FindBinary.pm

@@ -1,5 +1,6 @@
 package Selenium::CanStartBinary::FindBinary;
 
+# ABSTRACT: Coercions for finding webdriver binaries on your system
 use File::Which qw/which/;
 use Cwd qw/abs_path/;
 use File::Which qw/which/;

+ 1 - 0
lib/Selenium/CanStartBinary/ProbePort.pm

@@ -1,5 +1,6 @@
 package Selenium::CanStartBinary::ProbePort;
 
+# ABSTRACT: Utility functions for finding open ports to eventually bind to
 use IO::Socket::INET;
 use Selenium::Waiter qw/wait_until/;