This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package Net::Amazon::EC2::PaperboyAttributes; | |
use strict; | |
use warnings; | |
use Net::Amazon::EC2 0.18; | |
use JSON qw/decode_json/; | |
Net::Amazon::EC2::RunningInstances->meta->make_mutable(); | |
Net::Amazon::EC2->meta->make_mutable(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
use DBI; | |
use DBI::Const::GetInfoType; | |
use Config::Pit; | |
::main(); | |
exit; |
NewerOlder