Skip to content

Commit

Permalink
First go at validator
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Mar 28, 2005
1 parent 031b7f0 commit ef9d210
Show file tree
Hide file tree
Showing 293 changed files with 142,043 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Slash/Custom/Validator/MANIFEST
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,3 @@
Makefile.PL
MANIFEST
Validator.pm
7 changes: 7 additions & 0 deletions Slash/Custom/Validator/Makefile.PL
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'Slash::Custom::Validator',
'VERSION_FROM' => 'Validator.pm', # finds $VERSION
);
Loading

0 comments on commit ef9d210

Please sign in to comment.