Revision history for File-CodeSearch
0.5.1 2011-01-29
Fixed spelling misstakes
Cleaned up more POD
Cleaned some redundant code
Fixed loosly specified attribute, removed replace attribute as it can be determined from regex
Added smart ignore case
Added to change log and made version a development version
Upped version number for release including replacing
Fixed not clearing last files contents
Almost working (fails for final files
Started trying to get replaceing working
Updated the distribution description
Added Replace to tested modules
Fixed problem when tests are not run in TEST_AUTHOR mode
0.5.0_1 2010-09-15
Fixed not clearing last files contents
Almost working (fails for final files)
Started trying to get replaceing working
Updated the distribution description
Cleaned Build.PL
0.2.0 2010-07-20
Added Replace to tested modules
Fixed problem when tests are not run in TEST_AUTHOR mode
Fixed (mostly) display of long lines with matches so that they fit on one line
Removed debug warning statements
Fixed not re-adding newline when the it was removed on very long lines
Started to implement replacing
Changed the smart regex to be able to find php functions which return references
Moved find search sub into seperate function call
Added the ability to out put with out any colouring or less usage
0.1.0 2010-02-16
Added the ability to send the output through less if more than a screen worth is displayed (in smart mode)
Removed unused module
Fixed opperations with symbolic links
Added the ability to limit the found results
Better checking of new lines etc
Moved link checking out of Files so that directory links can be checked for revisits correctly
Added limiting displaying of very long line (>255 characters)
Fixed not searching into symlink when asked
Added counting matches perl file when files_only and totals are specified as well as actually specifing the total number of matches
Added the ability to return unique results of a search
Removed excess line
Fixed warning when $start is not defined
Added the ability to split colon (:) speerated paths
v0.0.1 2009-08-17
Initial Release