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

Contents of /Orao.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Sun Jul 29 00:19:52 2007 UTC (16 years, 11 months ago) by dpavlin
File size: 616 byte(s)
added some skeleton
1 package Orao;
2
3 use warnings;
4 use strict;
5
6 use base qw/Acme::6502/;
7
8 =head1 NAME
9
10 Orao - Orao emulator
11
12 =head1 VERSION
13
14 Version 0.01
15
16 =cut
17
18 our $VERSION = '0.01';
19
20 =head1 SUMMARY
21
22 Emulator or Orao 8-bit 6502 machine popular in Croatia
23
24 =head1 FUNCTIONS
25
26 =head2 function1
27
28 =cut
29
30 sub function1 {
31 }
32
33
34 =head1 AUTHOR
35
36 Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
37
38 =head1 BUGS
39
40 =head1 ACKNOWLEDGEMENTS
41
42 =head1 COPYRIGHT & LICENSE
43
44 Copyright 2007 Dobrica Pavlinusic, All Rights Reserved.
45
46 This program is free software; you can redistribute it and/or modify it
47 under the same terms as Perl itself.
48
49 =cut
50
51 1; # End of Orao

  ViewVC Help
Powered by ViewVC 1.1.26