Android-ElectricSheep-Automator

 view release on metacpan or  search on metacpan

t/t-config/plugins/mytestplugin_apps.conf  view on Meta::CPAN

</* $VERSION = '0.01'; */>
</* comments are allowed */>
</* and <% vars %> and <% verbatim sections %> */>
{
	"Android::ElectricSheep::Automator" : {
		"adb" : {
			"path-to-executable" : "/usr/local/android-sdk/platform-tools/adb"
		},
		"debug" : {
			"verbosity" : 0,
			</* cleanup temp files on exit */>
			"cleanup" : 1
		},
		"logger" : {
			</* log to file if you uncomment this */>
			</* "filename" : "..." */>
		}
		</* config for our plugins (each can go to separate file also) */>
	},
	"MY::TestPlugin_Apps" : {
	}
}



( run in 1.342 second using v1.01-cache-2.11-cpan-39bf76dae61 )