inode-dev-devtype

Provide inode / dev / devtype for older Rakudos

NAME

inode-dev-devtype - Provide inode / dev / devtype for older Rakudos

SYNOPSIS

use inode-dev-devtype;

my $io = "foo".IO;
say "inode of foo is: &inode($io)";

my $inode = $io.&inode;

DESCRIPTION

inode-dev-devtype is a module intended to be used by Rakudo versions before the 2202.07 release. It provides sub versions of the inode, dev and devtype methods that were added to the IO::Path class in that release.

AUTHOR

Elizabeth Mattijsen [email protected]

Source can be located at: https://github.com/lizmat/inode-dev-devtype . Comments and Pull Requests are welcome.

If you like this module, or what Iā€™m doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2022 Elizabeth Mattijsen

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

inode-dev-devtype v0.0.1

Provide inode / dev / devtype for older Rakudos

Authors

  • Elizabeth Mattijsen

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • inode-dev-devtype

Documentation

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