README

NAME

Today - provide a 'today' term

SYNOPSIS

use Today;

say today;  # 2020-03-25

DESCRIPTION

Raku provides a now term to get an Instant object of the current time. Oddly enough, an associated today term is absent. This module provides that. Should future versions of Raku provide that term out of the box, than using this module will become a no-op.

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/Today . Comments and Pull Requests are welcome.

COPYRIGHT AND LICENSE

Copyright 2020 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

Today v0.0.3

provide a 'today' term

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Today

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.