r76193 - in /branches/upstream/libschedule-at-perl/current: At.pm Changes META.yml

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Mon Jun 20 21:34:54 UTC 2011


Author: carnil
Date: Mon Jun 20 21:34:51 2011
New Revision: 76193

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76193
Log:
[svn-upgrade] new version libschedule-at-perl (1.13)

Modified:
    branches/upstream/libschedule-at-perl/current/At.pm
    branches/upstream/libschedule-at-perl/current/Changes
    branches/upstream/libschedule-at-perl/current/META.yml

Modified: branches/upstream/libschedule-at-perl/current/At.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libschedule-at-perl/current/At.pm?rev=76193&op=diff
==============================================================================
--- branches/upstream/libschedule-at-perl/current/At.pm (original)
+++ branches/upstream/libschedule-at-perl/current/At.pm Mon Jun 20 21:34:51 2011
@@ -8,7 +8,7 @@
 
 use vars qw($VERSION @ISA $TIME_FORMAT $SHELL);
 
-$VERSION = '1.12';
+$VERSION = '1.13';
 
 $SHELL = '';
 
@@ -298,7 +298,11 @@
 
 =back
 
+=back
+
 =head1 Configuration Variables
+
+=over 4
 
 =item *
 
@@ -415,7 +419,14 @@
 }
 
 sub AtCfg_aix {
-	&AtCfg_hpux;
+	$AT{'add'} = 'at -t %TIME% 2> /dev/null';
+	$AT{'addFile'} = 'at -f %FILE% %TIME% 2> /dev/null';
+	$AT{'timeFormat'} = '%YEAR%%MONTH%%DAY%%HOUR%%MINS%';
+	$AT{'remove'} = 'at -r %JOBID%';
+	$AT{'getJobs'} = 'at -l';
+	$AT{'headings'} = [];
+	$AT{'getCommand'} = '/usr/spool/cron/atjobs/%JOBID%';
+	$AT{'parseJobList'} = sub { $_[0] =~ /^(\S+)\s+(.*)$/ };
 }
 
 sub AtCfg_dynixptx {

Modified: branches/upstream/libschedule-at-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libschedule-at-perl/current/Changes?rev=76193&op=diff
==============================================================================
--- branches/upstream/libschedule-at-perl/current/Changes (original)
+++ branches/upstream/libschedule-at-perl/current/Changes Mon Jun 20 21:34:51 2011
@@ -70,3 +70,9 @@
 
 1.12 Wed May 25 11:53:10 MEST 2011
 	- Added support for NetBSD and DragonFly NetBSD (Dan McMahill <dmcmahill AT netbsd.org>)
+
+1.13 
+	- Fix POD errors (https://rt.cpan.org/Public/Bug/Display.html?id=63810)
+	(reported and patch submitted by carnil [...] debian.org)
+	- Updated support for AIX (Bogenstätter Marcus <bogenstaetter AT empirius.de>)
+	

Modified: branches/upstream/libschedule-at-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libschedule-at-perl/current/META.yml?rev=76193&op=diff
==============================================================================
--- branches/upstream/libschedule-at-perl/current/META.yml (original)
+++ branches/upstream/libschedule-at-perl/current/META.yml Mon Jun 20 21:34:51 2011
@@ -1,20 +1,10 @@
---- #YAML:1.0
-name:               Schedule-At
-version:            1.11
-abstract:           ~
-author:  []
-license:            unknown
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
-build_requires:
-    ExtUtils::MakeMaker:  0
-requires:  {}
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.55_02
-meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
+# http://module-build.sourceforge.net/META-spec.html
+#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
+name:         Schedule-At
+version:      1.13
+version_from: At.pm
+installdirs:  site
+requires:
+
+distribution_type: module
+generated_by: ExtUtils::MakeMaker version 6.30




More information about the Pkg-perl-cvs-commits mailing list