Document #11134 and add the new symbols to the list of
[p5sagit/p5-mst-13.2.git] / lib / constant.pm
index 1e07a68..21f4697 100644 (file)
@@ -5,7 +5,7 @@ use 5.005_64;
 use warnings::register;
 
 our($VERSION, %declared);
-$VERSION = '1.02';
+$VERSION = '1.03';
 
 #=======================================================================
 
@@ -314,8 +314,8 @@ C<CONSTANT =E<gt> 'value'>.
 Tom Phoenix, E<lt>F<rootbeer@redcat.com>E<gt>, with help from
 many other folks.
 
-Multiple constant declarations at once added by Casey Tweten,
-E<lt>F<crt@kiski.net>E<gt>.
+Multiple constant declarations at once added by Casey West,
+E<lt>F<casey@geeknest.com>E<gt>.
 
 =head1 COPYRIGHT