summaryrefslogtreecommitdiffstats
path: root/lib/smartmatch/engine
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-07-08 23:17:20 -0500
committerJesse Luehrs <doy@tozt.net>2011-07-08 23:18:08 -0500
commit64d9de92677b6ea344ab1c1e09fd71428120ef1d (patch)
tree3f961d336fa92c5e4c97c8c20781fad59cafe5d8 /lib/smartmatch/engine
parent6c7d5e2e4024df3b3d0f54bab14909ddfcd478c0 (diff)
downloadsmartmatch-engine-rjbs-master.tar.gz
smartmatch-engine-rjbs-master.zip
split this into its own distHEADmaster
Diffstat (limited to 'lib/smartmatch/engine')
-rw-r--r--lib/smartmatch/engine/rjbs.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/smartmatch/engine/rjbs.pm b/lib/smartmatch/engine/rjbs.pm
index da40998..b25ab8c 100644
--- a/lib/smartmatch/engine/rjbs.pm
+++ b/lib/smartmatch/engine/rjbs.pm
@@ -1,6 +1,7 @@
package smartmatch::engine::rjbs;
use strict;
use warnings;
+# ABSTRACT: implementation of rjbs's smartmatch proposal
use overload ();
use Scalar::Util qw(blessed reftype);