File: object-remote-node

package info (click to toggle)
libobject-remote-perl 0.004000-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 488 kB
  • ctags: 248
  • sloc: perl: 2,408; makefile: 7
file content (6 lines) | stat: -rwxr-xr-x 93 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/usr/bin/env perl

use strictures 1;
use Object::Remote::Node;

Object::Remote::Node->run;