[libtemplate-plugin-datetime-perl] 04/05: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Jun 5 00:15:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

nickm-guest pushed a commit to branch master
in repository libtemplate-plugin-datetime-perl.

commit f131d534b6c68671b3c4a4889ba0aae85bb93570
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sun Jun 5 01:06:34 2016 +0100

    d/control
---
 debian/control | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 781b566..53a1384 100644
--- a/debian/control
+++ b/debian/control
@@ -20,8 +20,8 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libdatetime-format-strptime-perl,
  libdatetime-perl,
  libtemplate-perl
-Description: A Template Plugin To Use DateTime Objects
- The basic idea to use a DateTime plugin is as follows:
+Description: plugin to use DateTime objects in the Template Toolkit
+ Basic usage for Template::Plugin::DateTime is as follows:
  .
  USE date = DateTime(year = 2004, month = 4, day = 1);
  .
@@ -30,7 +30,6 @@ Description: A Template Plugin To Use DateTime Objects
  by passing a pattern to parse a date by string using
  DateTime::Format::Strptime
  .
- USE date = DateTime(from_string => '2008-05-30 00:00:00', pattern =>
- '%Y-%m-%d %H:%M:%S', time_zone => 'America/New_York');
- .
- This description was automagically extracted from the module by dh-make-perl.
+ USE date = DateTime(from_string => '2008-05-30 00:00:00',
+                     pattern     => '%Y-%m-%d %H:%M:%S',
+                     time_zone   => 'America/New_York');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtemplate-plugin-datetime-perl.git



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