# Linux::Cpuinfo Obtain Linux CPU information (p6 version of Linux::Cpuinfo) ## Description ## Installation Assuming you have a working perl6 installation you should be able to install this with *ufo* : ufo make test make install *ufo* can be installed with *panda* for rakudo: panda install ufo Or you can install directly with "panda": # From the source directory panda install . # Remote installation panda install Linux::Cpuinfo Other install mechanisms may be become available in the future. ## Support This should be considered experimental software until such time that Perl 6 reaches an official release. However suggestions/patches are welcomed via github at https://github.com/jonathanstowe/p6-Linux-Cpuinfo I'd be particularly interested in the /proc/cpuinfo from a variety of architectures to test against, the ones that I already have can be seen in t/proc I'm not able to test on a wide variety of platforms so any help there would be appreciated. ## Licence Please see the LICENCE file in the distribution (C) Jonathan Stowe 2015