"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "README.mkdn" between
Class-Date-1.1.16.tar.gz and Class-Date-1.1.17.tar.gz

About: Class-Date provides a date datatype for Perl.

README.mkdn  (Class-Date-1.1.16):README.mkdn  (Class-Date-1.1.17)
[![Build Status](https://travis-ci.org/yanick/perl-class-date.svg?branch=master) ](https://travis-ci.org/yanick/perl-class-date) [![Build Status](https://travis-ci.org/yanick/perl-class-date.svg?branch=master) ](https://travis-ci.org/yanick/perl-class-date)
# NAME # NAME
Class::Date - Class for easy date and time manipulation Class::Date - Class for easy date and time manipulation
# VERSION # VERSION
version 1.1.16 version 1.1.17
# SYNOPSIS # SYNOPSIS
```perl ```perl
use Class::Date qw(:errors date localdate gmdate now -DateParse -EnvC); use Class::Date qw(:errors date localdate gmdate now -DateParse -EnvC);
# creating absolute date object (local time) # creating absolute date object (local time)
$date = Class::Date->new( [$year,$month,$day,$hour,$min,$sec]); $date = Class::Date->new( [$year,$month,$day,$hour,$min,$sec]);
$date = date [$year,$month,$day,$hour,$min,$sec]; $date = date [$year,$month,$day,$hour,$min,$sec];
# ^- "date" is an exportable function, the same as Class::Date->new # ^- "date" is an exportable function, the same as Class::Date->new
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)