Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Private Utilities

by xdg (Monsignor)
on Nov 30, 2005 at 21:37 UTC ( [id://513121]=note: print w/replies, xml ) Need Help??


in reply to Private Utilities

What private utilities do you have which might meet your needs but not be "general" enough to post elsewhere?

Well, a quick scan of my ~/utility-scripts/ directory shows:

  • coremodule-history.pl -- a level of detail between 'corelist' and 'corelist -a'
  • cpanget -- grabs a CPAN dist from search.cpan.org (before I knew about 'cpanp -d')
  • findrequires -- scans for module dependencies and outputs in a Module::Build ready format (annotated with core-module history, if available)
  • pod2htmleasy -- output to Pod::HtmlEasy
  • rebuild-album.pl -- regenerate thumbnails for my photo album CGI
  • release-dist -- download a module from my SVN repository, extract it, build it, and if all tests pass, upload it to CPAN
  • set-version -- sets "$VERSION = x.yy.zz" recursively in appropriate files in a distribution directory
  • tag-svk -- create a tag branch from within an svk directory
  • tag-svn -- ditto from within an svn directory

Some are shell wrappers around perl one-liners, but it's still perl doing most of the work. I keep these in a subversion repository so I can shuffle them around between machines I use and propogate little changes as I make them.

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://513121]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2024-04-19 01:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found