Skip to content

Commit

Permalink
update MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Jun 1, 2009
1 parent 771ef2d commit 93fdc18
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions MANIFEST
@@ -1,10 +1,14 @@
Changes
inc/Module/AutoInstall.pm
inc/Module/Install.pm
inc/Module/Install/AutoInstall.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Scripts.pm
inc/Module/Install/TestBase.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
Expand All @@ -18,6 +22,19 @@ lib/Ark.pm
lib/Ark/Action.pm
lib/Ark/ActionChain.pm
lib/Ark/ActionContainer.pm
lib/Ark/Command.pm
lib/Ark/Command/Controller.pm
lib/Ark/Command/Flavor/Controller.pm
lib/Ark/Command/Flavor/Model.pm
lib/Ark/Command/Flavor/Newapp.pm
lib/Ark/Command/Flavor/View.pm
lib/Ark/Command/Interface.pm
lib/Ark/Command/Interface/ModuleSetup.pm
lib/Ark/Command/Model.pm
lib/Ark/Command/Newapp.pm
lib/Ark/Command/Plugin.pm
lib/Ark/Command/Server.pm
lib/Ark/Command/View.pm
lib/Ark/Component.pm
lib/Ark/Context.pm
lib/Ark/Context/Debug.pm
Expand All @@ -39,27 +56,29 @@ lib/Ark/Plugin/Authentication/Store/Minimal.pm
lib/Ark/Plugin/Authentication/Store/Model.pm
lib/Ark/Plugin/Authentication/Store/Null.pm
lib/Ark/Plugin/Authentication/User.pm
lib/Ark/Plugin/Filter/Null.pm
lib/Ark/Plugin/Filter/Unicode.pm
lib/Ark/Plugin/Encoding/Null.pm
lib/Ark/Plugin/Encoding/Unicode.pm
lib/Ark/Plugin/Session.pm
lib/Ark/Plugin/Session/Backend.pm
lib/Ark/Plugin/Session/State/Cookie.pm
lib/Ark/Plugin/Session/Store/Memory.pm
lib/Ark/Plugin/Session/Store/Model.pm
lib/Ark/Plugin/Unicode.pm
lib/Ark/Request.pm
lib/Ark/Test.pm
lib/Ark/View.pm
lib/Ark/View/MT.pm
Makefile.PL
MANIFEST This list of files
META.yml
script/ark.pl
t/001_load.t
t/002_action_path.t
t/003_action_dispatcher.t
t/004_forward.t
t/005_detach.t
t/action_chain.t
t/component_config.t
t/extends_controller.t
t/lazy_action_loader.t
t/lazy_action_loader/lib/TestApp.pm
t/lazy_action_loader/lib/TestApp/Controller/One.pm
Expand All @@ -76,6 +95,7 @@ t/plugin_authentication.t
t/plugin_authentication_cred_password.t
t/plugin_authentication_store_dbixclass.t
t/plugin_authentication_store_model.t
t/plugin_core.t
t/plugin_default.t
t/plugin_session.t
t/plugin_session_model.t
Expand All @@ -88,3 +108,4 @@ t/view_mt/forward.mt
t/view_mt/include.mt
t/view_mt/include_target.mt
t/view_mt/render.mt
tools/test_format_junit.pl

0 comments on commit 93fdc18

Please sign in to comment.