perfsonar / perl-shared

Shared libraries used by perl packages and referenced as a submodule in many git repos
Apache License 2.0
7 stars 3 forks source link

Missing semicolon in Result.pm #13

Closed vvidic closed 8 years ago

vvidic commented 8 years ago

Not sure if this file is used at all but the second line is missing a semicolon:

package perfSONAR_PS::NPToolkit::DataService::Result;
use fields qw(results)

use strict;

Result.pm

mfeit-internet2 commented 8 years ago

As part of the build/package process, anything written in Perl really needs to be passed through perl -c, which would have caught this.

apertome commented 8 years ago

Good catch -- looking around, this code is not used for anything. I intended to use it, but apparently never integrated it. I'm removing the file.