Blame examples/README.examples

Packit Service 653591
If you have Date::Manip 5.xx installed (which is the case if you
Packit Service 653591
have a perl version less than 5.010), the examples are included
Packit Service 653591
in the Date::Manip man page.
Packit Service 653591
Packit Service 653591
If you have Date::Manip 6.xx installed, examples are included
Packit Service 653591
in the Date::Manip::Examples man page, and in this directory.
Packit Service 653591
Packit Service 653591
This directory contains two scripts which use Date::Manip to
Packit Service 653591
duplicate the functionality of two common unix scripts.
Packit Service 653591
Packit Service 653591
The dm_date script duplicates the functionality of the unix 'date'
Packit Service 653591
command with a few differences.
Packit Service 653591
Packit Service 653591
   o  It does not include the functionality to set the
Packit Service 653591
      system date.
Packit Service 653591
Packit Service 653591
   o  The date strings that can be read (using the -d
Packit Service 653591
      or -f options) are anything that Date::Manip can
Packit Service 653591
      parse.
Packit Service 653591
Packit Service 653591
   o  The format string is any string suitable for passing
Packit Service 653591
      to the Date::Manip::Date::printf function.
Packit Service 653591
Packit Service 653591
The dm_zdump duplicates the functionality of the unix 'zdump'
Packit Service 653591
command. This should be a drop-in replacement for the zdump
Packit Service 653591
command except that the first two lines and the last two lines
Packit Service 653591
of zdump output do not contain any useful output. The dm_zdump
Packit Service 653591
command does not reproduce these lines.