Adding Time::Piece to the core...again.
[p5sagit/p5-mst-13.2.git] / Porting / Maintainers.pl
index 7a6cc4c..8944ca1 100644 (file)
@@ -41,6 +41,7 @@ package Maintainers;
        'markm'         => 'Mark Mielke <markm@cpan.org>',
        'mhx'           => 'Marcus Holland-Moritz <mhx@cpan.org>',
        'mjd'           => 'Mark-Jason Dominus <mjd@plover.com>',
+       'msergeant'     => 'Matt Sergeant <msergeant@cpan.org>'.
        'mshelor'       => 'Mark Shelor <mshelor@cpan.org>',
        'muir'          => 'David Muir Sharnoff <muir@cpan.org>',
        'neilb'         => 'Neil Bowers <neilb@cpan.org>',
@@ -750,6 +751,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+        'Time::Piece' =>
+                {
+                'MAINTAINER'    => 'msergeant',
+                'FILES'         => q[ext/Time/Piece],
+                'CPAN'          => 1,
+                },
+
        'Unicode::Collate' =>
                {
                'MAINTAINER'    => 'sadahiro',