local perspective=require("perspective") failing

Am I missing something on my Corona install , or do I have to buy a product level to use this?  I am using the free version and this error shows it is looking in the plugin lib.

local perspective=require(“perspective”)

— here are the error messages----

Runtime error
module ‘perspective’ not found:resource (perspective.lu) does not exist in archive
no field package.preload[‘perspective’]
no file ‘/Users/aleccockleNewMacbook/Library/Application Support/Corona/Simulator/Plugins/perspective.lua’
no file ‘/Users/aleccockleNewMacbook/Library/Application Support/Outlaw/Sandbox/285/perspective.lua’
no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/perspective.lua’
no file ‘/Users/aleccockleNewMacbook/Library/Application Support/Corona/Simulator/Plugins/perspective.dylib’
no file ‘./perspective.dylib’
no file ‘/Applications/CoronaSDK/Corona Simulator.app/Contents/Resources/perspective.dylib’
 

Requiring files should work across the board. Do you have perspective.lua in the same directory as your main.lua? 

Jon is correct, you have to download Perspective from the community code section and add it to your root folder.

Nail

Thanks for putting this in perspective for me…

Great!

Working fine now!

Alec.

Requiring files should work across the board. Do you have perspective.lua in the same directory as your main.lua? 

Jon is correct, you have to download Perspective from the community code section and add it to your root folder.

Nail

Thanks for putting this in perspective for me…

Great!

Working fine now!

Alec.