Index: /lang/perl/Sledge-Utils/trunk/MANIFEST
===================================================================
--- /lang/perl/Sledge-Utils/trunk/MANIFEST (revision 13705)
+++ /lang/perl/Sledge-Utils/trunk/MANIFEST (revision 13709)
@@ -1,5 +1,7 @@
+.shipit
 Changes
 inc/Module/AutoInstall.pm
 inc/Module/Install.pm
+inc/Module/Install/AuthorTests.pm
 inc/Module/Install/AutoInstall.pm
 inc/Module/Install/Base.pm
@@ -20,13 +22,13 @@
 lib/Sledge/Utils.pm
 Makefile.PL
-MANIFEST
-META.yml			# Will be created by "make dist"
+MANIFEST			This list of files
+META.yml
 README
 t/00.load.t
 t/01.class2prefix.t
 t/02.class2appname.t
-t/dependencies.t
-t/perlcritic.t
-t/pod-coverage.t
-t/pod.t
-t/spelling.t
+xt/dependencies.t
+xt/perlcritic.t
+xt/pod-coverage.t
+xt/pod.t
+xt/spelling.t
Index: /lang/perl/Sledge-Utils/trunk/lib/Sledge/Utils.pm
===================================================================
--- /lang/perl/Sledge-Utils/trunk/lib/Sledge/Utils.pm (revision 13705)
+++ /lang/perl/Sledge-Utils/trunk/lib/Sledge/Utils.pm (revision 13709)
@@ -2,5 +2,5 @@
 use strict;
 use warnings;
-our $VERSION = 0.02;
+our $VERSION = '0.0.3';
 use Carp;
 use String::CamelCase ();
Index: /lang/perl/Sledge-Utils/trunk/Changes
===================================================================
--- /lang/perl/Sledge-Utils/trunk/Changes (revision 13705)
+++ /lang/perl/Sledge-Utils/trunk/Changes (revision 13709)
@@ -1,3 +1,7 @@
 Revision history for Sledge-Utils
+
+0.0.3
+
+       some test move to author's tests.
 
 0.0.2  Wed Nov  1 14:55:25 JST 2006
Index: /lang/perl/Sledge-Utils/trunk/.shipit
===================================================================
--- /lang/perl/Sledge-Utils/trunk/.shipit (revision 13709)
+++ /lang/perl/Sledge-Utils/trunk/.shipit (revision 13709)
@@ -0,0 +1,2 @@
+steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
+svk.tagpattern = release-%v
