From: Dave Rolsky <autarch@urth.org>
Date: Mon, 20 Apr 2009 15:31:50 +0000 (-0500)
Subject: add date to Changes
X-Git-Tag: 0.82~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a9a053ab55144bfedc80b8e7e39712a747837cae;p=gitmo%2FClass-MOP.git

add date to Changes
---

diff --git a/Changes b/Changes
index e2992b7..efd8890 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Class-MOP.
 
-0.82
+0.82 Mon, April 20, 2009
     * Various
       - The deprecation wrappers for some renamed methods were not
         passing arguments to the new method. (nothingmuch)