Преглед изворни кода

Consolidate redundant See Also/Bugs pod sections

Daniel Gempesaw пре 11 година
родитељ
комит
a9356537c3

+ 0 - 16
lib/Selenium/Remote/Commands.pm

@@ -332,19 +332,3 @@ sub get_params {
 1;
 
 __END__
-
-=pod
-
-=head1 SEE ALSO
-
-For more information about Selenium , visit the website at
-L<http://code.google.com/p/selenium/>.
-
-=head1 BUGS
-
-The Selenium issue tracking system is available online at
-L<http://github.com/gempesaw/Selenium-Remote-Driver/issues>.
-
-=head1 CURRENT MAINTAINER
-
-Daniel Gempesaw C<< <gempesaw@gmail.com> >>

+ 0 - 16
lib/Selenium/Remote/ErrorHandler.pm

@@ -133,19 +133,3 @@ sub process_error {
 1;
 
 __END__
-
-=pod
-
-=head1 SEE ALSO
-
-For more information about Selenium , visit the website at
-L<http://code.google.com/p/selenium/>.
-
-=head1 BUGS
-
-The Selenium issue tracking system is available online at
-L<http://github.com/gempesaw/Selenium-Remote-Driver/issues>.
-
-=head1 CURRENT MAINTAINER
-
-Daniel Gempesaw C<< <gempesaw@gmail.com> >>

+ 0 - 16
lib/Selenium/Remote/RemoteConnection.pm

@@ -148,19 +148,3 @@ sub _process_response {
 1;
 
 __END__
-
-=pod
-
-=head1 SEE ALSO
-
-For more information about Selenium, visit the website at
-L<http://code.google.com/p/selenium/>.
-
-=head1 BUGS
-
-The Selenium issue tracking system is available online at
-L<http://github.com/gempesaw/Selenium-Remote-Driver/issues>.
-
-=head1 CURRENT MAINTAINER
-
-Daniel Gempesaw C<< <gempesaw@gmail.com> >>

+ 0 - 14
lib/Selenium/Remote/WebElement.pm

@@ -440,17 +440,3 @@ sub describe {
 }
 
 1;
-
-=head1 SEE ALSO
-
-For more information about Selenium , visit the website at
-L<http://code.google.com/p/selenium/>.
-
-=head1 BUGS
-
-The Selenium issue tracking system is available online at
-L<http://github.com/gempesaw/Selenium-Remote-Driver/issues>.
-
-=head1 CURRENT MAINTAINER
-
-Daniel Gempesaw C<< <gempesaw@gmail.com> >>

+ 8 - 0
weaver.ini

@@ -22,6 +22,14 @@ command = func
 
 [Leftovers]
 
+[GenerateSection / SEE ALSO]
+text = For more information about Selenium , visit the website at
+text = L<http://code.google.com/p/selenium/>.
+
+[GenerateSection / BUGS]
+text = The Selenium issue tracking system is available online at
+text = L<http://github.com/gempesaw/Selenium-Remote-Driver/issues>.
+
 [Region  / postlude]
 
 [Authors]