/[Intel-AMT]/trunk/bin/amt-repl.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/bin/amt-repl.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (hide annotations)
Sat Aug 8 17:09:14 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: text/plain
File size: 246 byte(s)
added REPL interface based on Devel::REPL and make it optional since it depends on Moose
1 dpavlin 4 #!/usr/bin/perl -w
2    
3     use warnings;
4     use strict;
5    
6     use Devel::REPL::Script;
7    
8     use lib 'lib';
9     use Intel::AMT::SOAP;
10    
11     my $host = $ENV{AMT_HOST} || die "export AMT_HOST=\n";
12     warn "host: $host";
13     Intel::AMT::SOAP::init();
14     Devel::REPL::Script->new->run();
15    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26