- or download this
$ cd /some/base/work/dir
$ mkdir DateTime
$ cd DateTime
- or download this
$ wget http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-1.
+41.tar.gz
$ tar zxvf DateTime-1.41.tar.gz > DateTime-1.41.INSTALL 2>&1
$ view DateTime-1.41.INSTALL # Check there's no errors
$ cd DateTime-1.41
- or download this
$ view README # That's "README.md" for this distro
$ view INSTALL
- or download this
$ cd lib
$ vi DateTime.pm
- or download this
$ cd ../t
$ vi new_test.t
- or download this
$ cd ..
$ perl Makefile.PL
$ make
$ make test
- or download this
$ make realclean
$ # ... repeat commands already shown ...