[Catalyst-commits] r14017 - trunk/Catalyst-Plugin-Scheduler
frew at dev.catalyst.perl.org
frew at dev.catalyst.perl.org
Tue May 24 15:31:33 GMT 2011
Author: frew
Date: 2011-05-24 15:31:33 +0000 (Tue, 24 May 2011)
New Revision: 14017
Added:
trunk/Catalyst-Plugin-Scheduler/MOVED-TO-GIT
Removed:
trunk/Catalyst-Plugin-Scheduler/Changes
trunk/Catalyst-Plugin-Scheduler/MANIFEST.SKIP
trunk/Catalyst-Plugin-Scheduler/Makefile.PL
trunk/Catalyst-Plugin-Scheduler/lib/
trunk/Catalyst-Plugin-Scheduler/t/
Log:
Moved to git \o/
Deleted: trunk/Catalyst-Plugin-Scheduler/Changes
===================================================================
--- trunk/Catalyst-Plugin-Scheduler/Changes 2011-05-22 19:39:20 UTC (rev 14016)
+++ trunk/Catalyst-Plugin-Scheduler/Changes 2011-05-24 15:31:33 UTC (rev 14017)
@@ -1,42 +0,0 @@
-Revision history for Perl extension Catalyst::Plugin::Scheduler
-
-0.10 2010-05-03 11:29:00
- - Fix warnings in test suite (BRICAS)
- - Switch to Module::Install (BRICAS)
- - Fix pod typo (RT #47434)
-
-0.09 2009-05-07 09:15:00
- - Change from NEXT to MRO::Compat. (agladdish)
-
-0.08 2008-01-12 11:00:00
- - Clear existing state file during startup. (hovenko)
-
-0.07 2006-07-17 12:15:00
- - Fix for loading the config with YAML 0.60+
- - Prefer YAML::Syck, with fallback to YAML.pm
-
-0.06 2006-03-10 10:10:00
- - Added $c->scheduler_state public method to allow users to
- build admin screens detailing the current status of every
- event, the last time it ran, and the last output or error.
- - Store the last runtime and last output from each event for
- display in scheduler_state/dump_these.
- - Added additional YAML tests.
-
-0.05 2005-12-29 15:50:00
- - Fixed bug when using @monthly.
-
-0.04 2005-12-28 15:15:00
- - Added dump_these support to display all event info on the
- debug screen.
-
-0.03 2005-12-15 16:00:00
- - Fixed yaml_file option.
-
-0.02 2005-12-15 15:40:00
- - Fixed pod coverage.
- - Hide timezone warning unless logging is enabled.
- - Hide expected errors during test 4.
-
-0.01 2005-12-15 15:30:00
- - initial release
Deleted: trunk/Catalyst-Plugin-Scheduler/MANIFEST.SKIP
===================================================================
--- trunk/Catalyst-Plugin-Scheduler/MANIFEST.SKIP 2011-05-22 19:39:20 UTC (rev 14016)
+++ trunk/Catalyst-Plugin-Scheduler/MANIFEST.SKIP 2011-05-24 15:31:33 UTC (rev 14017)
@@ -1,28 +0,0 @@
-# Avoid version control files.
-\bRCS\b
-\bCVS\b
-,v$
-\B\.svn\b
-
-# Avoid Makemaker generated and utility files.
-\bMakefile$
-\bblib
-\bMakeMaker-\d
-\bpm_to_blib$
-\bblibdirs$
-^MANIFEST\.SKIP$
-
-# Avoid Module::Build generated and utility files.
-\bBuild$
-\b_build
-
-# Avoid temp and backup files.
-~$
-\.tmp$
-\.old$
-\.bak$
-\#$
-\b\.#
-
-t/var
-^MYMETA.yml$
Added: trunk/Catalyst-Plugin-Scheduler/MOVED-TO-GIT
===================================================================
--- trunk/Catalyst-Plugin-Scheduler/MOVED-TO-GIT (rev 0)
+++ trunk/Catalyst-Plugin-Scheduler/MOVED-TO-GIT 2011-05-24 15:31:33 UTC (rev 14017)
@@ -0,0 +1,6 @@
+Catalyst-Plugin-Scheduler has moved to git:
+
+ git:// public read-only: git://git.shadowcat.co.uk/catagits/Catalyst-Plugin-Scheduler.git
+ history browser: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Catalyst-Plugin-Scheduler.git
+ ssh:// for contributors: catagits at git.shadowcat.co.uk:Catalyst-Plugin-Scheduler.git
+
Deleted: trunk/Catalyst-Plugin-Scheduler/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Scheduler/Makefile.PL 2011-05-22 19:39:20 UTC (rev 14016)
+++ trunk/Catalyst-Plugin-Scheduler/Makefile.PL 2011-05-24 15:31:33 UTC (rev 14017)
@@ -1,21 +0,0 @@
-use inc::Module::Install 0.91;
-
-if( -e 'MANIFEST.SKIP' ) {
- system( 'pod2text lib/Catalyst/Plugin/Scheduler.pm > README' );
-}
-
-perl_version '5.008';
-
-name 'Catalyst-Plugin-Scheduler';
-all_from 'lib/Catalyst/Plugin/Scheduler.pm';
-
-requires 'Catalyst::Runtime' => '5.61';
-requires 'DateTime::Event::Cron';
-requires 'Set::Scalar';
-requires 'Storable';
-requires 'YAML';
-requires 'MRO::Compat';
-
-test_requires 'Test::More';
-
-WriteAll;
More information about the Catalyst-commits
mailing list