ShipIt is very cool deployment tool for upload file to CPAN.but, I hate the format of the .shipit.I want more structured configuration file format, likes YAML.I like plagger style configuration file.
current format is likes follow:
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
# if directory, where the normal "make dist" puts its file.
MakeDist.destination = ~/shipit-dist
svn.tagpattern = ShipIt-%vCheckChangeLog.files = ChangeLog
If we use YAML.pm then...:
---
plugins:
- module: FindVersion
- module: ChangeVersion
- module: CheckChangeLog
- module: DistTest
- module: Commit
- module: Tag
conf:
pattern: ShipIt-%V
- module: MakeDist
conf:
destination: ~/shipit-dist
- module: UploadCPAN
This is just an idea :)
wassr official Prism Client is released at few days ago.
wassr prism client uses Growl, user stylesheet, user js.
wassr.com is connect between, pc, im, and SECONDLIFE.you can easy to communicate between that SL and IM :)
Wassr.com supports Prism(Mozilla product)!This is the best example of the Good Prism Usage, isn't it?We can create cool Prism apps only with CSS and JavaScript!
http://wassr.com/help/prism.html
I want to write High Quality Software.
I'll use the Continuous Testing.