Author: allison Date: Wed Aug 20 02:53:38 2008 New Revision: 30373 Modified: branches/pdd27mmd/docs/multidispatch.pod (contents, props changed) branches/pdd27mmd/include/parrot/multidispatch.h (contents, props changed) branches/pdd27mmd/src/multidispatch.c (contents, props changed) branches/pdd27mmd/t/pmc/multidispatch.t (contents, props changed)
Log: [pdd27mmd] Fixing file metadata after file rename. Modified: branches/pdd27mmd/docs/multidispatch.pod ============================================================================== --- branches/pdd27mmd/docs/multidispatch.pod (original) +++ branches/pdd27mmd/docs/multidispatch.pod Wed Aug 20 02:53:38 2008 @@ -1,5 +1,5 @@ # Copyright (C) 2001-2004, The Perl Foundation. -# $Id: mmd.pod 12839 2006-05-30 14:34:31Z coke $ +# $Id$ =head1 NAME Modified: branches/pdd27mmd/include/parrot/multidispatch.h ============================================================================== --- branches/pdd27mmd/include/parrot/multidispatch.h (original) +++ branches/pdd27mmd/include/parrot/multidispatch.h Wed Aug 20 02:53:38 2008 @@ -1,7 +1,7 @@ /* multidispatch.h * Copyright (C) 2003-2007, The Perl Foundation. * SVN Info - * $Id: multidispatch.h 28111 2008-06-05 19:27:08Z coke $ + * $Id$ * Overview: * This is the API header for the mmd subsystem * Data Structure and Algorithms: Modified: branches/pdd27mmd/src/multidispatch.c ============================================================================== --- branches/pdd27mmd/src/multidispatch.c (original) +++ branches/pdd27mmd/src/multidispatch.c Wed Aug 20 02:53:38 2008 @@ -1,6 +1,6 @@ /* Copyright (C) 2003-2008, The Perl Foundation. -$Id: multidispatch.c 29952 2008-08-02 22:45:13Z allison $ +$Id$ =head1 NAME Modified: branches/pdd27mmd/t/pmc/multidispatch.t ============================================================================== --- branches/pdd27mmd/t/pmc/multidispatch.t (original) +++ branches/pdd27mmd/t/pmc/multidispatch.t Wed Aug 20 02:53:38 2008 @@ -1,6 +1,6 @@ #! perl # Copyright (C) 2001-2007, The Perl Foundation. -# $Id: mmd.t 27849 2008-05-27 15:56:21Z Whiteknight $ +# $Id$ use strict; use warnings;
