From: Sartak Date: Tue, 27 May 2008 01:38:39 +0000 (+0000) Subject: r61093@onn: sartak | 2008-05-26 21:37:55 -0400 X-Git-Tag: v1.003015~93 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=30b459d4fbeb6f2406a3013c7cbcc46a6d0ccf0d r61093@onn: sartak | 2008-05-26 21:37:55 -0400 Add AUTHOR sections where I know off the top of my head who wrote the plugin git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@4418 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/lib/Devel/REPL/Plugin/Completion.pm b/lib/Devel/REPL/Plugin/Completion.pm index a9ffb0c..b4bbb88 100644 --- a/lib/Devel/REPL/Plugin/Completion.pm +++ b/lib/Devel/REPL/Plugin/Completion.pm @@ -96,5 +96,9 @@ __END__ Devel::REPL::Plugin::Completion - Extensible tab completion +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm index df2f900..0671f08 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm @@ -56,5 +56,9 @@ __END__ Devel::REPL::Plugin::CompletionDriver::Globals - Complete global variables, packages, namespaced functions +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm index a47bc96..ace936f 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm @@ -121,5 +121,9 @@ __END__ Devel::REPL::Plugin::CompletionDriver::INC - Complete module names in use and require +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm index f917163..83c191b 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm @@ -32,5 +32,9 @@ __END__ Devel::REPL::Plugin::CompletionDriver::Keywords - Complete Perl keywords and operators +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm b/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm index 8fb5d0f..87a588f 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm @@ -38,5 +38,9 @@ __END__ Devel::REPL::Plugin::CompletionDriver::LexEnv - Complete variable names in the REPL's lexical environment +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm index aa09f0e..4fa2292 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm @@ -64,5 +64,9 @@ __END__ Devel::REPL::Plugin::CompletionDriver::Methods - Complete class or object method names +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm index ce0f3ed..3a5913e 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm @@ -42,5 +42,9 @@ __END__ Devel::REPL::Plugin::CompletionDriver::Turtles - Complete Turtles-based commands +=head1 AUTHOR + +Yuval Kogman Enothingmuch@woobling.orgE + =cut diff --git a/lib/Devel/REPL/Plugin/FindVariable.pm b/lib/Devel/REPL/Plugin/FindVariable.pm index 4b9c012..ef6314a 100644 --- a/lib/Devel/REPL/Plugin/FindVariable.pm +++ b/lib/Devel/REPL/Plugin/FindVariable.pm @@ -33,5 +33,9 @@ __END__ Devel::REPL::Plugin::FindVariable - Finds variables by name +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut diff --git a/lib/Devel/REPL/Plugin/Interrupt.pm b/lib/Devel/REPL/Plugin/Interrupt.pm index d983022..fdb2b5a 100644 --- a/lib/Devel/REPL/Plugin/Interrupt.pm +++ b/lib/Devel/REPL/Plugin/Interrupt.pm @@ -22,5 +22,9 @@ __END__ Devel::REPL::Plugin::Interrupt - traps SIGINT to kill long-running lines +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut diff --git a/lib/Devel/REPL/Plugin/Nopaste.pm b/lib/Devel/REPL/Plugin/Nopaste.pm index 18ef7be..b078af2 100644 --- a/lib/Devel/REPL/Plugin/Nopaste.pm +++ b/lib/Devel/REPL/Plugin/Nopaste.pm @@ -57,5 +57,9 @@ __END__ Devel::REPL::Plugin::Nopaste - #nopaste to upload session's input and output +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut diff --git a/lib/Devel/REPL/Plugin/Timing.pm b/lib/Devel/REPL/Plugin/Timing.pm index a445bb6..0b919cc 100644 --- a/lib/Devel/REPL/Plugin/Timing.pm +++ b/lib/Devel/REPL/Plugin/Timing.pm @@ -30,5 +30,9 @@ __END__ Devel::REPL::Plugin::Timing - display execution times +=head1 AUTHOR + +Shawn M Moore, C<< >> + =cut