Android-ElectricSheep-Automator

 view release on metacpan or  search on metacpan

t/t-config/myapp.conf  view on Meta::CPAN

</* $VERSION = '0.01'; */>
</* comments are allowed */>
</* and <% vars %> and <% verbatim sections %> */>
{
	"adb" : {
		"path-to-executable" : "/usr/local/android-sdk/platform-tools/adb"
	},
	"debug" : {
		"verbosity" : 1,
		</* 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" : {
		"debug" : {
			"verbosity" : 0,
			</* cleanup temp files on exit */>
			"cleanup" : 1
		},
		"logger" : {
			</* log to file if you uncomment this */>
			</* "filename" : "..." */>
		}
	}
}



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