Hi

The first line of your module is:

package Neurio;

It should be:

package Device::Neurio;

It's good to see you've used:

use strict;
use warnings;

I suggest you follow those with:

our $VERSION = '0.23'; # Or whatever V you're up to.

Personally I believe every module file should have a version line, although some authors do not do that.

--
Ron Savage
savage.net.au

Reply via email to