[Bast-commits] r9602 - in ironman: Perlanet-IronMan/tags/Perlanet-IronMan-0_01_01 branches/mk-ii/Perlanet-IronMan

idn at dev.catalyst.perl.org idn at dev.catalyst.perl.org
Tue Jun 29 12:55:31 GMT 2010


Author: idn
Date: 2010-06-29 13:55:31 +0100 (Tue, 29 Jun 2010)
New Revision: 9602

Added:
   ironman/Perlanet-IronMan/tags/Perlanet-IronMan-0_01_01/Makefile.PL
   ironman/Perlanet-IronMan/tags/Perlanet-IronMan-0_01_01/TODO
   ironman/Perlanet-IronMan/tags/Perlanet-IronMan-0_01_01/bin/
   ironman/Perlanet-IronMan/tags/Perlanet-IronMan-0_01_01/lib/
   ironman/Perlanet-IronMan/tags/Perlanet-IronMan-0_01_01/t/
Removed:
   ironman/branches/mk-ii/Perlanet-IronMan/Makefile.PL
   ironman/branches/mk-ii/Perlanet-IronMan/TODO
   ironman/branches/mk-ii/Perlanet-IronMan/bin/
   ironman/branches/mk-ii/Perlanet-IronMan/lib/
   ironman/branches/mk-ii/Perlanet-IronMan/t/
Log:
Moving to correct location in repo

Copied: ironman/Perlanet-IronMan/tags/Perlanet-IronMan-0_01_01/Makefile.PL (from rev 9601, ironman/branches/mk-ii/Perlanet-IronMan/Makefile.PL)
===================================================================
--- ironman/Perlanet-IronMan/tags/Perlanet-IronMan-0_01_01/Makefile.PL	                        (rev 0)
+++ ironman/Perlanet-IronMan/tags/Perlanet-IronMan-0_01_01/Makefile.PL	2010-06-29 12:55:31 UTC (rev 9602)
@@ -0,0 +1,11 @@
+use inc::Module::Install;
+
+all_from('lib/Perlanet/IronMan.pm');
+
+requires 'IronMan::Schema';
+requires 'Perlanet';
+requires 'HTML::Truncate';
+
+auto_install;
+
+WriteAll;

Copied: ironman/Perlanet-IronMan/tags/Perlanet-IronMan-0_01_01/TODO (from rev 9601, ironman/branches/mk-ii/Perlanet-IronMan/TODO)
===================================================================
--- ironman/Perlanet-IronMan/tags/Perlanet-IronMan-0_01_01/TODO	                        (rev 0)
+++ ironman/Perlanet-IronMan/tags/Perlanet-IronMan-0_01_01/TODO	2010-06-29 12:55:31 UTC (rev 9602)
@@ -0,0 +1,2 @@
+* How to populate the feed_id field (in render)
+* How to actually call resultset('feed')->unseen_filter
\ No newline at end of file

Deleted: ironman/branches/mk-ii/Perlanet-IronMan/Makefile.PL
===================================================================
--- ironman/branches/mk-ii/Perlanet-IronMan/Makefile.PL	2010-06-29 12:54:48 UTC (rev 9601)
+++ ironman/branches/mk-ii/Perlanet-IronMan/Makefile.PL	2010-06-29 12:55:31 UTC (rev 9602)
@@ -1,11 +0,0 @@
-use inc::Module::Install;
-
-all_from('lib/Perlanet/IronMan.pm');
-
-requires 'IronMan::Schema';
-requires 'Perlanet';
-requires 'HTML::Truncate';
-
-auto_install;
-
-WriteAll;

Deleted: ironman/branches/mk-ii/Perlanet-IronMan/TODO
===================================================================
--- ironman/branches/mk-ii/Perlanet-IronMan/TODO	2010-06-29 12:54:48 UTC (rev 9601)
+++ ironman/branches/mk-ii/Perlanet-IronMan/TODO	2010-06-29 12:55:31 UTC (rev 9602)
@@ -1,2 +0,0 @@
-* How to populate the feed_id field (in render)
-* How to actually call resultset('feed')->unseen_filter
\ No newline at end of file




More information about the Bast-commits mailing list