Author: spadkins
Date: Fri Aug 11 10:43:28 2006
New Revision: 6783

Modified:
   p5ee/trunk/App-Context/lib/App/Authentication.pm
   p5ee/trunk/App-Context/lib/App/Authorization.pm
   p5ee/trunk/App-Context/lib/App/CallDispatcher.pm
   p5ee/trunk/App-Context/lib/App/CallDispatcher/HTTPSimple.pm
   p5ee/trunk/App-Context/lib/App/Exceptions.pm
   p5ee/trunk/App-Context/lib/App/MessageDispatcher.pm
   p5ee/trunk/App-Context/lib/App/Reference.pm
   p5ee/trunk/App-Context/lib/App/ResourceLocker.pm
   p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCLocker.pm
   p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCSemaphore.pm
   p5ee/trunk/App-Context/lib/App/Serializer.pm
   p5ee/trunk/App-Context/lib/App/Serializer/Ini.pm
   p5ee/trunk/App-Context/lib/App/Serializer/Properties.pm
   p5ee/trunk/App-Context/lib/App/Serializer/Storable.pm
   p5ee/trunk/App-Context/lib/App/Serializer/TextArray.pm
   p5ee/trunk/App-Context/lib/App/Serializer/Xml.pm
   p5ee/trunk/App-Context/lib/App/Serializer/Yaml.pm
   p5ee/trunk/App-Context/lib/App/Service.pm
   p5ee/trunk/App-Context/lib/App/SessionObject.pm
   p5ee/trunk/App-Context/lib/App/SharedDatastore.pm
   p5ee/trunk/App-Context/lib/App/ValueDomain.pm

Log:
changed author email address

Modified: p5ee/trunk/App-Context/lib/App/Authentication.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Authentication.pm    (original)
+++ p5ee/trunk/App-Context/lib/App/Authentication.pm    Fri Aug 11 10:43:28 2006
@@ -156,7 +156,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/Authorization.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Authorization.pm     (original)
+++ p5ee/trunk/App-Context/lib/App/Authorization.pm     Fri Aug 11 10:43:28 2006
@@ -162,7 +162,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/CallDispatcher.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/CallDispatcher.pm    (original)
+++ p5ee/trunk/App-Context/lib/App/CallDispatcher.pm    Fri Aug 11 10:43:28 2006
@@ -167,7 +167,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/CallDispatcher/HTTPSimple.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/CallDispatcher/HTTPSimple.pm (original)
+++ p5ee/trunk/App-Context/lib/App/CallDispatcher/HTTPSimple.pm Fri Aug 11 
10:43:28 2006
@@ -87,7 +87,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/Exceptions.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Exceptions.pm        (original)
+++ p5ee/trunk/App-Context/lib/App/Exceptions.pm        Fri Aug 11 10:43:28 2006
@@ -144,7 +144,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author: Stephen Adkins <[EMAIL PROTECTED]>
+ * Author: Stephen Adkins <[EMAIL PROTECTED]>
  * Adapted from Dave Rolsky's Alzabo::Exceptions
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 

Modified: p5ee/trunk/App-Context/lib/App/MessageDispatcher.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/MessageDispatcher.pm (original)
+++ p5ee/trunk/App-Context/lib/App/MessageDispatcher.pm Fri Aug 11 10:43:28 2006
@@ -142,7 +142,7 @@
     Sample Usage: 
 
     ($status, $ticket) = $messaging->send(
-        recipient => "[EMAIL PROTECTED]",
+        recipient => "[EMAIL PROTECTED]",
         message => "Hello.",
     );
 
@@ -176,7 +176,7 @@
 
     # receive next message from sender
     $message = $messaging->receive(
-        sender => "[EMAIL PROTECTED]",
+        sender => "[EMAIL PROTECTED]",
     );
 
     # receive message associated with ticket
@@ -220,7 +220,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/Reference.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Reference.pm (original)
+++ p5ee/trunk/App-Context/lib/App/Reference.pm Fri Aug 11 10:43:28 2006
@@ -543,7 +543,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
-    * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+    * Author:  Stephen Adkins <[EMAIL PROTECTED]>
     * License: This is free software. It is licensed under the same terms as 
Perl itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/ResourceLocker.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/ResourceLocker.pm    (original)
+++ p5ee/trunk/App-Context/lib/App/ResourceLocker.pm    Fri Aug 11 10:43:28 2006
@@ -194,7 +194,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCLocker.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCLocker.pm  (original)
+++ p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCLocker.pm  Fri Aug 11 
10:43:28 2006
@@ -237,7 +237,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCSemaphore.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCSemaphore.pm       
(original)
+++ p5ee/trunk/App-Context/lib/App/ResourceLocker/IPCSemaphore.pm       Fri Aug 
11 10:43:28 2006
@@ -347,7 +347,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/Serializer.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer.pm        (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer.pm        Fri Aug 11 10:43:28 2006
@@ -307,7 +307,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/Serializer/Ini.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer/Ini.pm    (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer/Ini.pm    Fri Aug 11 10:43:28 2006
@@ -249,7 +249,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/Serializer/Properties.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer/Properties.pm     (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer/Properties.pm     Fri Aug 11 
10:43:28 2006
@@ -209,7 +209,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/Serializer/Storable.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer/Storable.pm       (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer/Storable.pm       Fri Aug 11 
10:43:28 2006
@@ -195,7 +195,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/Serializer/TextArray.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer/TextArray.pm      (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer/TextArray.pm      Fri Aug 11 
10:43:28 2006
@@ -197,7 +197,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/Serializer/Xml.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer/Xml.pm    (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer/Xml.pm    Fri Aug 11 10:43:28 2006
@@ -207,7 +207,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/Serializer/Yaml.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Serializer/Yaml.pm   (original)
+++ p5ee/trunk/App-Context/lib/App/Serializer/Yaml.pm   Fri Aug 11 10:43:28 2006
@@ -199,7 +199,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/Service.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Service.pm   (original)
+++ p5ee/trunk/App-Context/lib/App/Service.pm   Fri Aug 11 10:43:28 2006
@@ -373,7 +373,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/SessionObject.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/SessionObject.pm     (original)
+++ p5ee/trunk/App-Context/lib/App/SessionObject.pm     Fri Aug 11 10:43:28 2006
@@ -905,7 +905,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/SharedDatastore.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/SharedDatastore.pm   (original)
+++ p5ee/trunk/App-Context/lib/App/SharedDatastore.pm   Fri Aug 11 10:43:28 2006
@@ -208,7 +208,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Modified: p5ee/trunk/App-Context/lib/App/ValueDomain.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/ValueDomain.pm       (original)
+++ p5ee/trunk/App-Context/lib/App/ValueDomain.pm       Fri Aug 11 10:43:28 2006
@@ -231,7 +231,7 @@
 
 =head1 ACKNOWLEDGEMENTS
 
- * Author:  Stephen Adkins <[EMAIL PROTECTED]>
+ * Author:  Stephen Adkins <[EMAIL PROTECTED]>
  * License: This is free software. It is licensed under the same terms as Perl 
itself.
 
 =head1 SEE ALSO

Reply via email to