[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS Update: gleipnir
- To: cvs@lists.cleannorth.org
- Subject: CVS Update: gleipnir
- From: Dan Brosemer <odin@cleannorth.org>
- Date: Sun, 10 Aug 2008 14:31:04 -0400 (EDT)
- List-help: <mailto:cvs-request@lists.cleannorth.org?subject=help>
- List-post: <mailto:cvs@lists.cleannorth.org>
- List-subscribe: <mailto:cvs-request@lists.cleannorth.org?subject=subscribe>
- List-unsubscribe: <mailto:cvs-request@lists.cleannorth.org?subject=unsubscribe>
- Resent-date: Sun, 10 Aug 2008 14:31:07 -0400 (EDT)
- Resent-from: cvs@lists.cleannorth.org
- Resent-message-id: <T-MEDB.A.RNF.BQznIB@skroob.cleannorth.org>
- Resent-sender: cvs-request@lists.cleannorth.org
Log Message:
-----------
Add ctime and mtime
Modified Files:
--------------
gleipnir/perllib/Gleipnir:
AddressBook.pm
Revision Data
-------------
Index: AddressBook.pm
===================================================================
RCS file: /cvs/gleipnir/perllib/Gleipnir/AddressBook.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lperllib/Gleipnir/AddressBook.pm -Lperllib/Gleipnir/AddressBook.pm -u -r1.2 -r1.3
--- perllib/Gleipnir/AddressBook.pm
+++ perllib/Gleipnir/AddressBook.pm
@@ -80,6 +80,8 @@
push @list, {
uid => $xml->{uid},
+ ctime => $xml->{"creation-date"},
+ mtime => $xml->{"last-modification-date"},
first => $xml->{name}{"given-name"},
last => $xml->{name}{"last-name"},
full => $xml->{name}{"full-name"},
- Prev by Date: CVS Update: patches
- Next by Date: CVS Update: gleipnir
- Previous by thread: CVS Update: gleipnir
- Next by thread: CVS Update: gleipnir
- Index(es):