Skip to content

Commit

Permalink
- added Changes file
Browse files Browse the repository at this point in the history
- version bumped to 0.02
  • Loading branch information
nickolay committed Jun 2, 2010
1 parent e110012 commit 4f4125a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -2,7 +2,7 @@ use inc::Module::JSAN::DSL;

name JooseX.Class.Singleton

version 0.01
version 0.02
author 'Nickolay (SamuraiJack) Platonov <root@symbie.org>'

abstract 'A trait, turning your class into singleton'
Expand Down
19 changes: 19 additions & 0 deletions Changes
@@ -0,0 +1,19 @@
0.02 Wednesday, June 02, 2010

[ENHANCEMENTS]

-none-


[API CHANGES]

-none-


[BUG FIXES]

- fixed bug, when during complex overrides of constructor, it could not been "adapted"

0.01 .........

Initial release
2 changes: 2 additions & 0 deletions MANIFEST
@@ -1,6 +1,8 @@
Build.PL
Changes
doc/html/JooseX/Class/Singleton.html
doc/mmd/JooseX/Class/Singleton.txt
inc/Module/Build/Functions.pm
inc/Module/Build/Functions/DSL.pm
inc/Module/Build/JSAN.pm
inc/Module/Build/JSAN/Installable.pm
Expand Down

0 comments on commit 4f4125a

Please sign in to comment.