Changes 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. Revision history for Regexp-Wildcards
  2. 1.05 2013-08-24 20:15 UTC
  3. This is a maintenance release. The code contains no functional change.
  4. Satisfied users of version 1.04 can skip this update.
  5. + Doc : POD headings are now properly linkable.
  6. + Tst : Author tests are no longer bundled with this distribution.
  7. They are only made available to authors in the git repository.
  8. + Upd : Package metadata overhaul.
  9. 1.04 2011-08-25 12:50 UTC
  10. + Chg : Minor code cleanups.
  11. + Fix : Use Scalar::Util::blessed() to check objects classes.
  12. Scalar::Util is required.
  13. + Fix : Work around Kwalitee test misfailures.
  14. + Upd : The distribution metadata was updated to modern standards.
  15. 1.03 2009-02-26 15:35 UTC
  16. + Add : Translating both 'jokers' and 'sql' at the same time.
  17. + Doc : Cleanups.
  18. + Fix : The ->type forgot how to really accept $^O since the rewrite.
  19. Reported by Bruce McKenzie in RT #43643.
  20. + Upd : META.yml spec updated to 1.4.
  21. 1.02 2008-08-23 09:15 UTC
  22. + Add : The 'anchor' metacharacter class.
  23. 1.01 2008-08-19 15:20 UTC
  24. + Fix : Now we can do both SQL and brackets.
  25. + Tst : Add tests for embedded newlines.
  26. 1.00 2008-08-18 17:20 UTC
  27. + Chg : Rewritten the module in an OO way. It's now easier to specify
  28. what you want to translate.
  29. + Tst : 100% coverage reached.
  30. 0.08 2008-03-09 15:55 UTC
  31. + Add : ':funcs' export tag.
  32. + Doc : Copyright update.
  33. + Fix : Correct dependencies listing in META.yml.
  34. + Tst : Author tests overhaul.
  35. + Tst : t/95-portability-files.t.
  36. 0.07 2007-08-28 12:35 UTC
  37. + Fix : Tests are now strict.
  38. + Fix : Complete dependencies.
  39. 0.06 2007-06-26 12:40 UTC
  40. + Add : SQL '%' and '_' wildcards (with corresponding pod & tests).
  41. + Fix : Typos in pod (looks like this will never end...).
  42. 0.05 2007-06-22 14:40 UTC
  43. + Add : Windows strange behaviours caveat.
  44. + Chg : Simplified bracket prefix.
  45. + Fix : Typos in pod.
  46. 0.04 2007-06-20 19:00 UTC
  47. + Add : You can supply $^O as the type for wc2re, which will wrap to
  48. wc2re_win32 for 'dos', 'os2', 'MSWin32', 'cygwin', and to
  49. wc2re_unix in all the other cases.
  50. + Add : Generated regexps can now capture the interesting bits of the
  51. wildcard expression via the configuration variables
  52. $CaptureSingle, $CaptureAny and $CaptureBrackets (see pod)
  53. + Add : Corresponding pod & tests
  54. 0.03 2007-06-17 14:45 UTC
  55. + Fix : Missing PREREQ_PM in Makefile.PL
  56. + Fix : Typos in pod.
  57. 0.02 2007-06-16 09:15 UTC
  58. + Fix : wc2re_unix should escape top-level commas.
  59. + Fix : added missing samples/wc2re.pl
  60. + Add : tests descriptions in t/12-brackets.t
  61. 0.01 2007-06-14
  62. First version, released on an unsuspecting world.