[Bast-commits] r4418 - in trunk/Devel-REPL: . lib/Devel/REPL/Plugin lib/Devel/REPL/Plugin/CompletionDriver

Sartak at dev.catalyst.perl.org Sartak at dev.catalyst.perl.org
Tue May 27 02:38:39 BST 2008


Author: Sartak
Date: 2008-05-27 02:38:39 +0100 (Tue, 27 May 2008)
New Revision: 4418

Modified:
   trunk/Devel-REPL/
   trunk/Devel-REPL/lib/Devel/REPL/Plugin/Completion.pm
   trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm
   trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm
   trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm
   trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm
   trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm
   trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm
   trunk/Devel-REPL/lib/Devel/REPL/Plugin/FindVariable.pm
   trunk/Devel-REPL/lib/Devel/REPL/Plugin/Interrupt.pm
   trunk/Devel-REPL/lib/Devel/REPL/Plugin/Nopaste.pm
   trunk/Devel-REPL/lib/Devel/REPL/Plugin/Timing.pm
Log:
 r61093 at 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



Property changes on: trunk/Devel-REPL
___________________________________________________________________
Name: svk:merge
   - 08e7d58d-de06-4458-8c15-335e402ab116:/local/Devel-REPL:61091
6d2a1d83-d666-409f-9dbf-d3bfcf4e9009:/local/bast/broken_internets/Devel-REPL:80567
   + 08e7d58d-de06-4458-8c15-335e402ab116:/local/Devel-REPL:61093
6d2a1d83-d666-409f-9dbf-d3bfcf4e9009:/local/bast/broken_internets/Devel-REPL:80567

Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/Completion.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/Completion.pm	2008-05-27 01:33:13 UTC (rev 4417)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/Completion.pm	2008-05-27 01:38:39 UTC (rev 4418)
@@ -96,5 +96,9 @@
 
 Devel::REPL::Plugin::Completion - Extensible tab completion
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 

Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm	2008-05-27 01:33:13 UTC (rev 4417)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm	2008-05-27 01:38:39 UTC (rev 4418)
@@ -56,5 +56,9 @@
 
 Devel::REPL::Plugin::CompletionDriver::Globals - Complete global variables, packages, namespaced functions
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 

Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm	2008-05-27 01:33:13 UTC (rev 4417)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm	2008-05-27 01:38:39 UTC (rev 4418)
@@ -121,5 +121,9 @@
 
 Devel::REPL::Plugin::CompletionDriver::INC - Complete module names in use and require
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 

Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm	2008-05-27 01:33:13 UTC (rev 4417)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm	2008-05-27 01:38:39 UTC (rev 4418)
@@ -32,5 +32,9 @@
 
 Devel::REPL::Plugin::CompletionDriver::Keywords - Complete Perl keywords and operators
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 

Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm	2008-05-27 01:33:13 UTC (rev 4417)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm	2008-05-27 01:38:39 UTC (rev 4418)
@@ -38,5 +38,9 @@
 
 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
 

Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm	2008-05-27 01:33:13 UTC (rev 4417)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm	2008-05-27 01:38:39 UTC (rev 4418)
@@ -64,5 +64,9 @@
 
 Devel::REPL::Plugin::CompletionDriver::Methods - Complete class or object method names
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 

Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm	2008-05-27 01:33:13 UTC (rev 4417)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm	2008-05-27 01:38:39 UTC (rev 4418)
@@ -42,5 +42,9 @@
 
 Devel::REPL::Plugin::CompletionDriver::Turtles - Complete Turtles-based commands
 
+=head1 AUTHOR
+
+Yuval Kogman E<lt>nothingmuch at woobling.orgE<gt>
+
 =cut
 

Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/FindVariable.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/FindVariable.pm	2008-05-27 01:33:13 UTC (rev 4417)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/FindVariable.pm	2008-05-27 01:38:39 UTC (rev 4418)
@@ -33,5 +33,9 @@
 
 Devel::REPL::Plugin::FindVariable - Finds variables by name
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 

Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/Interrupt.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/Interrupt.pm	2008-05-27 01:33:13 UTC (rev 4417)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/Interrupt.pm	2008-05-27 01:38:39 UTC (rev 4418)
@@ -22,5 +22,9 @@
 
 Devel::REPL::Plugin::Interrupt - traps SIGINT to kill long-running lines
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 

Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/Nopaste.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/Nopaste.pm	2008-05-27 01:33:13 UTC (rev 4417)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/Nopaste.pm	2008-05-27 01:38:39 UTC (rev 4418)
@@ -57,5 +57,9 @@
 
 Devel::REPL::Plugin::Nopaste - #nopaste to upload session's input and output
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 

Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/Timing.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/Timing.pm	2008-05-27 01:33:13 UTC (rev 4417)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/Timing.pm	2008-05-27 01:38:39 UTC (rev 4418)
@@ -30,5 +30,9 @@
 
 Devel::REPL::Plugin::Timing - display execution times
 
+=head1 AUTHOR
+
+Shawn M Moore, C<< <sartak at gmail dot com> >>
+
 =cut
 




More information about the Bast-commits mailing list