This file contains hidden or 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
| =pod | |
| =head1 NAME | |
| Moose::Manual::Contributing - How to get involved in Moose | |
| =head1 GETTING INVOLVED | |
| Moose is a pretty open project and we are always willing to accept bug fixes, | |
| more tests and documentation patches. Commit bits are given out freely, and |
This file contains hidden or 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
| # $ tweet Hi mom! | |
| # | |
| # Put this in ~/.bashrc or wherever. | |
| # If it doesn't work, make sure your ~/.netrc is right | |
| # | |
| # (Thanks to @anildigital and @grundprinzip for curl-fu) | |
| function tweet { | |
| curl -n -d status="$*" https://twitter.com/statuses/update.xml --insecure &> /dev/null | |
| echo "tweet'd" |
This file contains hidden or 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
| CmdUtils.CreateCommand({ | |
| name: "delicious", | |
| description: "It is equivalent to the Delicious.com bookmarklet.", | |
| icon: "http://delicious.com/favicon.ico", | |
| homepage: "http://www.makadia.com", | |
| author: { name: "Svapan Makadia", email: "[email protected]"}, | |
| help: "If you select some text, it will be placed in the notes field.", | |
| preview: "Bookmark the current page to Delicious.com", | |
NewerOlder