r61093@onn: sartak | 2008-05-26 21:37:55 -0400
Sartak [Tue, 27 May 2008 01:38:39 +0000 (01:38 +0000)]
 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

lib/Devel/REPL/Plugin/Completion.pm
lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm
lib/Devel/REPL/Plugin/CompletionDriver/INC.pm
lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm
lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm
lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm
lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm
lib/Devel/REPL/Plugin/FindVariable.pm
lib/Devel/REPL/Plugin/Interrupt.pm
lib/Devel/REPL/Plugin/Nopaste.pm
lib/Devel/REPL/Plugin/Timing.pm

index a9ffb0c..b4bbb88 100644 (file)
@@ -96,5 +96,9 @@ __END__
 
 Devel::REPL::Plugin::Completion - Extensible tab completion
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 
index df2f900..0671f08 100644 (file)
@@ -56,5 +56,9 @@ __END__
 
 Devel::REPL::Plugin::CompletionDriver::Globals - Complete global variables, packages, namespaced functions
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 
index a47bc96..ace936f 100644 (file)
@@ -121,5 +121,9 @@ __END__
 
 Devel::REPL::Plugin::CompletionDriver::INC - Complete module names in use and require
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 
index f917163..83c191b 100644 (file)
@@ -32,5 +32,9 @@ __END__
 
 Devel::REPL::Plugin::CompletionDriver::Keywords - Complete Perl keywords and operators
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 
index 8fb5d0f..87a588f 100644 (file)
@@ -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<< <sartak at gmail dot com> >>
+
 =cut
 
index aa09f0e..4fa2292 100644 (file)
@@ -64,5 +64,9 @@ __END__
 
 Devel::REPL::Plugin::CompletionDriver::Methods - Complete class or object method names
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 
index ce0f3ed..3a5913e 100644 (file)
@@ -42,5 +42,9 @@ __END__
 
 Devel::REPL::Plugin::CompletionDriver::Turtles - Complete Turtles-based commands
 
+=head1 AUTHOR
+
+Yuval Kogman E<lt>nothingmuch@woobling.orgE<gt>
+
 =cut
 
index 4b9c012..ef6314a 100644 (file)
@@ -33,5 +33,9 @@ __END__
 
 Devel::REPL::Plugin::FindVariable - Finds variables by name
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 
index d983022..fdb2b5a 100644 (file)
@@ -22,5 +22,9 @@ __END__
 
 Devel::REPL::Plugin::Interrupt - traps SIGINT to kill long-running lines
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 
index 18ef7be..b078af2 100644 (file)
@@ -57,5 +57,9 @@ __END__
 
 Devel::REPL::Plugin::Nopaste - #nopaste to upload session's input and output
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 
index a445bb6..0b919cc 100644 (file)
@@ -30,5 +30,9 @@ __END__
 
 Devel::REPL::Plugin::Timing - display execution times
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut