I try to install sepia on emacs but i get this error
Warning (initialization): An error occurred while loading `/home/perlsyntax/.emacs':
End of file during parsing: /home/perlsyntax/.emacs
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the `--debug-init' option to view a complete error backtrace.
Here my .emacs file
(add-to-list 'load-path "/home/perlsyntax/Sepia-0.99.1
(setq sepia-perl5lib (list (expand-file-name "~/Sepia-0.99.1/lib"))
(defalias 'perl-mode 'sepia-mode)
(require 'sepia)
not sure what i doing wroung.