duncs / clusterssh

Cluster SSH - Cluster Admin Via SSH
https://github.com/duncs/clusterssh/wiki
897 stars 79 forks source link

Can't locate object method "options" via package "App::ClusterSSH::Getopt" #35

Closed svetlemodry closed 8 years ago

svetlemodry commented 9 years ago

After building the latest release App-ClusterSSH-4.03_06 on up-to-date Arch Linux system, ccon and ctel ends with the same message:

 ~]$ ccon --version
Version: 4.03_06
 ~]$ ccon 
Can't locate object method "options" via package "App::ClusterSSH::Getopt" at /usr/share/perl5/vendor_perl/App/ClusterSSH.pm line 1943.

which seems not to be the expected behavior.

Package details can be found here: clusterssh in testing repo

And a link to the PKGBUILD instruction.

Regards.

duncs commented 8 years ago

Problem tracked down and fixed - will be released in 4.03_07

Thanks for the report

Duncs