Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstowe committed Apr 27, 2016
1 parent 206e979 commit 4070a28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META.info
Expand Up @@ -6,7 +6,7 @@
"authors" : [ "Jonathan Stowe <jns+git@gellyfish.co.uk>" ],
"author" : "Jonathan Stowe <jns+git@gellyfish.co.uk>",
"auth" : "github:jonathanstowe",
"version" : "0.0.6",
"version" : "0.0.7",
"build-depends" : [
],
"test-depends" : [
Expand Down
2 changes: 1 addition & 1 deletion lib/Linux/Cpuinfo.pm
Expand Up @@ -43,7 +43,7 @@ in Perl programs.
=end pod

class Linux::Cpuinfo:ver<0.0.6>:auth<github:jonathanstowe> {
class Linux::Cpuinfo:ver<0.0.7>:auth<github:jonathanstowe> {
has Str $.filename = '/proc/cpuinfo';
has Linux::Cpuinfo::Cpu @.cpus;
has Int $.num-cpus;
Expand Down
2 changes: 1 addition & 1 deletion lib/Linux/Cpuinfo/Cpu.pm
Expand Up @@ -131,7 +131,7 @@ measure of the CPU's performance.
=end pod

class Linux::Cpuinfo::Cpu:ver<0.0.6>:auth<github:jonathanstowe> {
class Linux::Cpuinfo::Cpu:ver<0.0.7>:auth<github:jonathanstowe> {

#| a hash keyed on the names of the fields found in the record
has %.fields;
Expand Down

0 comments on commit 4070a28

Please sign in to comment.