diff --git a/.gitignore b/.gitignore index 4bfea39..7adee86 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ pm_to_blib* cover_db pod2htm*.tmp Collision-2D-* +META.yml MYMETA.yml nytprof* *.c diff --git a/Changes b/Changes index be22f6a..e26b2d1 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -Revision history for Collision-Dynamic +Revision history for Collision::2D 0.01 Date/time First version, released on an unsuspecting world. @@ -6,5 +6,10 @@ Revision history for Collision-Dynamic 2nd version, rewrite and rename from Collision::Util to Collision::2D 0.03 Mar 9, 2010 Lots of circle-rect bugfixes, bounce vectors, & the marble demo - - +0.04 Mar 11, 2010 + File::Slurp dependancy was making fail. Taking out grid for 0.04. (It does nothing atm) +0.05 Mar 25, 2010 + Collision::Grid added, + Mouse taken away, + moving to an XS struct backend, + normalize and vaxis ported to xs. diff --git a/MANIFEST b/MANIFEST index 652e9eb..ff2981f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -27,3 +27,4 @@ t/manifest.t t/pod.t marble.pl typemap +META.yml