change canonical repo to https://github.com/moose/MooseX-Types-Path-Class
[gitmo/MooseX-Types-Path-Class.git] / Changes
diff --git a/Changes b/Changes
index 75b4dfa..773ddce 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,45 @@
 Revision history for MooseX-Types-Path-Class
 
-0.01   Tue Aug 09 2007
-       renamed from MooseX::Path::Class to MooseX::Types::Path::Class
+    - canonical repository changed to
+      https://github.com/moose/MooseX-Types-Path-Class
 
-       Tue Jul 17 2007
-       Initial creation.
+0.06 Wed Mar 28 2012
+
+    * added SEE ALSO section in pod
+
+    * converted git repo to Dist::Zilla
+
+0.05 Tue Oct 21 2008
+
+    * use class_type()
+
+    * made MooseX::Getopt an optional dependency
+
+    * pod updates
+
+    * made Dir and File subtypes of Path::Class::*
+
+0.04 Mon Nov 29 2007
+
+    * fixed test on MSWin32 (cpantesters++)
+
+0.03 Mon Nov 28 2007
+
+    * refactored a bit (less code now)
+
+    * use Module::Install instead of Module::Build
+
+    * minor pod and test tweaks
+
+0.02 Mon Aug 27 2007
+       
+    * pod update
+
+    * attempted fixes for cpantesters reports
+
+0.01 Tue Aug 09 2007
+
+    * renamed from MooseX::Path::Class to MooseX::Types::Path::Class
+
+    * Initial creation in SVN Tue Jul 17 2007