PerlDancer / Dancer2

Perl Dancer Next Generation (rewrite of Perl Dancer)
http://perldancer.org/
Other
545 stars 274 forks source link

Remove auto-discovery of appdir #416

Open xsawyerx opened 11 years ago

xsawyerx commented 11 years ago

The auto-discovery feature of Dancer2 is no longer necessary and impedes the ability to have the application directory separate from where the code library actually is.

It's magic when magic isn't necessary.

sakshee3 commented 9 years ago

@xsawyerx which auto-discovery feature is left? since you already removed the appdir (if there is) which is in the current dir.

veryrusty commented 9 years ago

@sakshee3 See Dancer2::Core::Role::HasLocation->_build_location

xsawyerx commented 8 years ago

Note to self: If there is an appdir, why do we still run this code? I don't mind keeping it if there is no appdir configured.