View Single Post
  #9   (View Single Post)  
Old 29th June 2011
thirdm thirdm is offline
Spam Deminer
 
Join Date: May 2009
Posts: 248
Default

Code:
#!/usr/bin/perl -pi
# Enterprise browser deployment script
# Copyright MR Corp.  All Rights Reserved, All Warranty Declined
# Version 3.7.14.222c
# Created 8/6/2011
# Last updated 12/23/2013
# Change history:
# ellisj -- reverted previous "fix" for ticket 288391234
# warnerm -- really fixed ticket 288391234
# ellisj -- fixed ticket 288391234
# smithb -- portability issues, general cleanup.
# smithb -- migated to git
# dupuisj -- fixed trac defect 3324333
# jasonr -- trimmed version history
# jasonr -- migrated to subversion
# ginsburgd -- added copyright
# jacobj -- improved performance using Perl 5.14.1
# alexa -- improved performance using Perl 5.003
# jzelig -- remove RCS files, imported to CVS
# borisk -- #5532334
# bob -- Fixes for bugzilla incidents 233341, 233101, 234581, 242923,
# 334433, and 11023.  Btw. the shower on the third floor is useless.  
# There's air all through the pipes.  It sounds like a Vickers I138 on a 
# foster mount with a rusted out assembly.  I couldn't get the shampoo 
# out of my hair worth a damn, and now I feel like there are ants nesting 
# on my scalp.  It's nice to be able to bike into work, though, I'll give you 
# that.
# larryd -- port from tcl
# bob -- trim change history
s/firefox/agilecloudenabler/g;
s/(?<=version\s)(\d+)/1.$1/g;
Reply With Quote