Skip to content

Commit

Permalink
removed the pltenjin script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido Perlmuter committed Feb 18, 2010
1 parent d59f003 commit cc49bd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 420 deletions.
16 changes: 9 additions & 7 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,14 @@ CHANGES
for your applications (or, if you're using Catalyst, you must also
upgrade Catalyst::View::Tenjin):

# "use Tenjin" as your normally would, but to get an instance of Tenjin
you must call "Tenjin->new()" instead of the old method of calling
"Tenjin::Engine->new()".
# Remove all your templates cache files (they are the '.cache' files in
your template directories), they are not compatible with the new
templates structure and WILL cause your application to fail if present.
* "use Tenjin" as your normally would, but to get an instance of
Tenjin you must call "Tenjin->new()" instead of the old method of
calling "Tenjin::Engine->new()".

* Remove all your templates cache files (they are the '.cache' files
in your template directories), they are not compatible with the new
templates structure and WILL cause your application to fail if
present.

TODO
* Expand pod documentation and properly document the code, which is
Expand Down Expand Up @@ -186,7 +188,7 @@ SUPPORT
LICENSE AND COPYRIGHT
Tenjin is licensed under the MIT license.

Copyright (c) 2007-2009 the aforementioned authors.
Copyright (c) 2007-2010 the aforementioned authors.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
Loading

0 comments on commit cc49bd8

Please sign in to comment.