/[VRac]/M6502/t/pod.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /M6502/t/pod.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (hide annotations)
Mon Jul 30 17:32:41 2007 UTC (16 years, 10 months ago) by dpavlin
File MIME type: application/x-troff
File size: 140 byte(s)
great source reorganization, M6502 are now more-or-less generic 6502 CPU bindings,
while all specific stuff to Orao (which isn't working yet) is implemented in
Screen (SDL display) or Orao (palform specific code)
1 dpavlin 2 #!perl -T
2    
3     use Test::More;
4     eval "use Test::Pod 1.14";
5     plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
6     all_pod_files_ok();

  ViewVC Help
Powered by ViewVC 1.1.26