X-Git-Url: http://git.ieval.ro/?p=app-scheme79asm.git;a=blobdiff_plain;f=lib%2FApp%2FScheme79asm%2FCompiler.pm;fp=lib%2FApp%2FScheme79asm%2FCompiler.pm;h=7bb912189374cbe980a92841efab05177c7bfcbc;hp=bf03eea81f8259dd7e748047a7c9eaccc8416bc2;hb=fe1c44b35d67e5054f8a6a8d5a76d8e3be91616d;hpb=0c15db369279e13db954ed2424e34e22ca3fc00b diff --git a/lib/App/Scheme79asm/Compiler.pm b/lib/App/Scheme79asm/Compiler.pm index bf03eea..7bb9121 100644 --- a/lib/App/Scheme79asm/Compiler.pm +++ b/lib/App/Scheme79asm/Compiler.pm @@ -6,7 +6,7 @@ use warnings; use parent qw/Exporter/; our @EXPORT_OK = qw/pretty_print/; -our $VERSION = 0.004; +our $VERSION = '0.005'; use Carp qw/croak/; use Data::Dumper qw/Dumper/;