~ubuntu-branches/ubuntu/oneiric/libdatetimex-easy-perl/oneiric

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2010-08-28 01:45:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100828014516-5j19aql8jw9y4567
Tags: 0.089-1
* New upstream release.
* Convert to source format 3.0 (quilt).
* Add /me to Uploaders.
* debian/copyright: update years of upstream copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    available
4
4
 
5
5
VERSION
6
 
    Version 0.088
 
6
    version 0.089
7
7
 
8
8
SYNOPSIS
9
9
        # Make DateTimeX object for "now":
225
225
 
226
226
    DateTime::Format::Flexible
227
227
 
 
228
    DateTime::Format::ICal
 
229
 
228
230
    DateTime::Format::DateManip
229
231
 
230
232
    DateTime::Format::ParseDate
231
233
 
232
 
    DateTime::Format::ICal
233
 
 
234
234
    Date::Manip
235
235
 
236
 
AUTHOR
237
 
    Robert Krimen, "<rkrimen at cpan.org>"
238
 
 
239
236
SOURCE
240
237
    You can contribute or fork this project via GitHub:
241
238
 
243
240
 
244
241
        git clone git://github.com/robertkrimen/datetimex-easy.git DateTimeX-Easy
245
242
 
246
 
BUGS
247
 
    Please report any bugs or feature requests to "bug-datetime-easy at
248
 
    rt.cpan.org", or through the web interface at
249
 
    <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DateTimeX-Easy>. I will
250
 
    be notified, and then you'll automatically be notified of progress on
251
 
    your bug as I make changes.
252
 
 
253
 
SUPPORT
254
 
    You can find documentation for this module with the perldoc command.
255
 
 
256
 
        perldoc DateTimeX::Easy
257
 
 
258
 
    You can also look for information at:
259
 
 
260
 
    *   RT: CPAN's request tracker
261
 
 
262
 
        <http://rt.cpan.org/NoAuth/Bugs.html?Dist=DateTimeX-Easy>
263
 
 
264
 
    *   AnnoCPAN: Annotated CPAN documentation
265
 
 
266
 
        <http://annocpan.org/dist/DateTimeX-Easy>
267
 
 
268
 
    *   CPAN Ratings
269
 
 
270
 
        <http://cpanratings.perl.org/d/DateTimeX-Easy>
271
 
 
272
 
    *   Search CPAN
273
 
 
274
 
        <http://search.cpan.org/dist/DateTimeX-Easy>
275
 
 
276
243
ACKNOWLEDGEMENTS
277
244
COPYRIGHT & LICENSE
278
245
    Copyright 2007 Robert Krimen, all rights reserved.
280
247
    This program is free software; you can redistribute it and/or modify it
281
248
    under the same terms as Perl itself.
282
249
 
 
250
AUTHOR
 
251
      Robert Krimen <robertkrimen@gmail.com>
 
252
 
 
253
COPYRIGHT AND LICENSE
 
254
    This software is copyright (c) 2010 by Robert Krimen.
 
255
 
 
256
    This is free software; you can redistribute it and/or modify it under
 
257
    the same terms as the Perl 5 programming language system itself.
 
258